Fix more IAuth bugs and add IAUTH log target.
[ircu2.10.12-pk.git] / include / client.h
index f6c2244d4fe93a22f9ac90cfac6f3db29b9adbcd..06cdcfbab3e8ee1e28d09218677fc14f54cf97c3 100644 (file)
@@ -233,8 +233,8 @@ struct Connection
   struct Timer        con_proc;      /**< process latent messages from
                                       client */
   struct Privs        con_privs;     /**< Oper privileges */
-  struct CapSet       con_capab;     /**< Client capabilities */
-  struct CapSet       con_active;    /**< Active client capabilities */
+  struct CapSet       con_capab;     /**< Client capabilities (from us) */
+  struct CapSet       con_active;    /**< Active capabilities (to us) */
   struct AuthRequest* con_auth;      /**< auth request for client */
   struct IAuthRequest* con_iauth;    /**< iauth request for client */
 };