Added support for the new PKCS API, Auth API and other API
[runtime.git] / lib / silcclient / client.h
index ac1116d28289951ced21ef6933114ecb7f5cda68..e008e44fb3e8d7fd000946977d6ef142342b1d64 100644 (file)
@@ -60,7 +60,7 @@ typedef struct SilcClientEntryInternalStruct {
   unsigned int prv_resp    : 1; /* TRUE if we are responder when using
                                   private message keys. */
   SilcUInt16 resolve_cmd_ident;        /* Command identifier when resolving */
-  SilcAtomic8 refcnt;          /* Reference counter */
+  SilcAtomic16 refcnt;         /* Reference counter */
 } SilcClientEntryInternal;
 
 /* Internal channel entry context */