Added support for removing unconfigured client connections in
[silc.git] / apps / silcd / idlist.h
index 64171f7d9adacefcd50d4a8ae5fd7bfcf6fdb530..ac417a795db7694deb26ca0bedfd2056211ed294 100644 (file)
@@ -30,13 +30,11 @@ typedef struct SilcChannelEntryStruct *SilcChannelEntry;
    the cache. */
 typedef struct {
   SilcIDCache cache;
-  SilcSchedule schedule;
   SilcUInt32 timeout;
 } *SilcIDListPurge;
 
 /* Channel key re-key context. */
 typedef struct {
-  void *context;
   SilcChannelEntry channel;
   SilcUInt32 key_len;
   SilcTask task;