X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient.h;fp=lib%2Fsilcclient%2Fclient.h;h=d60b740a9ab8586440dd9f04002185ab4d7b9f97;hb=ce6ade69cd8e0aeca9ef097b2ceec9d43186d91f;hp=1f3d0d2bfa68dca3726eef8f59da4825ad418624;hpb=6e259b8f13ead96a13f6a5467487ea2e7b64c248;p=silc.git diff --git a/lib/silcclient/client.h b/lib/silcclient/client.h index 1f3d0d2b..d60b740a 100644 --- a/lib/silcclient/client.h +++ b/lib/silcclient/client.h @@ -78,7 +78,12 @@ typedef struct SilcChannelEntryInternalStruct { SilcHmac hmac; /* Current HMAC */ unsigned char iv[SILC_CIPHER_MAX_IV_SIZE]; /* Current IV */ - SilcUInt16 resolve_cmd_ident; /* Resolving identifier */ + SilcUInt16 resolve_cmd_ident; /* Channel information resolving + identifier. This is used when + resolving users, and other + stuff that relates to the + channel. Not used for the + channel resolving itself. */ SilcAtomic8 refcnt; /* Reference counter */ } SilcChannelEntryInternal;