X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=82792e9924312f9edb17b0065d0dbdadc7b0a54a;hb=46d18f60766f997d0ca37c5937f58c0c06477932;hp=081c99e3a0020837617e0fbd128c2ba02c179da5;hpb=325121a3901e190678f120d5b704ced4aff8cf7a;p=umurmur.git diff --git a/src/client.h b/src/client.h index 081c99e..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,8 +80,8 @@ 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;