updates.
[silc.git] / apps / silcd / idlist.h
index 30fbd3a15e6470bc418e8abb58a14b9e1d7b1bb8..1d92d4c388687738aa09e816386bcd04e35f54f0 100644 (file)
@@ -62,6 +62,7 @@ typedef SilcUInt8 SilcIDListStatus;
 #define SILC_IDLIST_STATUS_RESOLVING    0x04    /* Entry is being resolved
                                                   with WHOIS or IDENTIFY */
 #define SILC_IDLIST_STATUS_DISABLED     0x08    /* Entry is disabled */
+#define SILC_IDLIST_STATUS_RESUMED      0x10    /* Entry is resumed */
 
 /*
    Generic ID list data structure.
@@ -495,6 +496,7 @@ struct SilcChannelEntryStruct {
 
   unsigned long created;
   bool disabled;
+  bool users_resolved;
 };
 
 /*