X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Fsilcd%2Fidlist.h;h=bd526b9368ba5732f09953162312f6e7ad15724a;hp=89b00f88b8c0ba7247f8630089cee7f37cd1d1a7;hb=e5d8d3db6caa344b3d419b884556c21b15e7d123;hpb=2ccba0fda23268cb45841b5984fc31b4287a3d4b diff --git a/apps/silcd/idlist.h b/apps/silcd/idlist.h index 89b00f88..bd526b93 100644 --- a/apps/silcd/idlist.h +++ b/apps/silcd/idlist.h @@ -60,6 +60,7 @@ typedef uint8 SilcIDListStatus; #define SILC_IDLIST_STATUS_RESOLVED 0x02 /* Entry info is resolved */ #define SILC_IDLIST_STATUS_RESOLVING 0x04 /* Entry is being resolved with WHOIS or IDENTIFY */ +#define SILC_IDLIST_STATUS_DISABLED 0x08 /* Entry is disabled */ /* Generic ID list data structure. @@ -95,6 +96,8 @@ typedef struct { long last_receive; /* Time last received data */ long last_sent; /* Time last sent data */ + unsigned long created; /* Time when entry was created */ + SilcIDListStatus status; /* Status mask of the entry */ } *SilcIDListData, SilcIDListDataStruct; @@ -482,6 +485,8 @@ struct SilcChannelEntryStruct { SilcHmac hmac; SilcServerChannelRekey rekey; + + unsigned long created; }; /*