Added stacktrace support with --enable-stack-trace option.
[silc.git] / apps / silcd / server_internal.h
index c435c77622a9a0b46207d8557c643bbdf57ce4a7..7b27b6c31def002196c4b01047712288137f9ad1 100644 (file)
@@ -129,6 +129,10 @@ struct SilcServerStruct {
   /* Pending command queue */
   SilcDList pending_commands;
 
+  /* Purge context for disconnected clients */
+  SilcIDListPurge purge_i;
+  SilcIDListPurge purge_g;
+
 #ifdef SILC_SIM
   /* SIM (SILC Module) list */
   SilcDList sim;