Added voice target (whisper) functionality.
[umurmur.git] / src / client.h
index 358993e0e77d6850cc60add09284bdb6be1fcbeb..081c99e3a0020837617e0fbd128c2ba02c179da5 100644 (file)
@@ -69,8 +69,7 @@ typedef struct {
        uint32_t rxcount, msgsize, drainleft, txcount, txsize;
        int sessionId;
        uint64_t key;
-       char playerName[MAX_TEXT];
-       int playerId;
+       char *playerName;
        bool_t authenticated, deaf, mute;
        char *os, *release;
        uint32_t version;
@@ -84,6 +83,7 @@ typedef struct {
        /* Channel */
        void *channel; /*Ugly... */
        struct dlist chan_node;
+       struct dlist voicetargets;
 } client_t;