X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=82792e9924312f9edb17b0065d0dbdadc7b0a54a;hb=46d18f60766f997d0ca37c5937f58c0c06477932;hp=ba2082f9b52b71ca91229133c824da441bc44b58;hpb=820c23b9acd55999cc2e5777d5beeec8efd8970d;p=umurmur.git diff --git a/src/client.h b/src/client.h index ba2082f..82792e9 100644 --- a/src/client.h +++ b/src/client.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2009, Martin Johansson - Copyright (C) 2005-2009, Thorvald Natvig +/* Copyright (C) 2009-2010, Martin Johansson + Copyright (C) 2005-2010, Thorvald Natvig All rights reserved. @@ -80,9 +80,10 @@ typedef struct { struct dlist node; struct dlist txMsgQueue; int txQueueCount; - /* Channel */ - void *channel; /*Ugly... */ + void *channel; /* Ugly... */ + char *context; struct dlist chan_node; + struct dlist voicetargets; } client_t;