More client library rewrites.
[silc.git] / lib / silcclient / client.h
index 1f3d0d2bfa68dca3726eef8f59da4825ad418624..d60b740a9ab8586440dd9f04002185ab4d7b9f97 100644 (file)
@@ -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;