Preparations for Requested Attributes support.
[silc.git] / apps / silcd / idlist.h
index 1e99f2c16f4bb019ad4d230971f6a7186d4d92fb..886ec10512be63a5898adff94683f9c858b56258 100644 (file)
@@ -347,6 +347,10 @@ struct SilcClientEntryStruct {
   long last_command;
   SilcUInt8 fast_command;
 
+  /* Requested Attributes */
+  unsigned char *attrs;
+  SilcUInt16 attrs_len;
+
   /* Pointer to the router */
   SilcServerEntry router;