Memory leak fixes.
[silc.git] / apps / silcd / server_internal.h
index 74babfaae7ac02fd5a3f81d20baa364c26536ed5..35eb1d8986a2b7977d26af7e665dc8a7041bb941 100644 (file)
@@ -49,6 +49,10 @@ typedef struct {
   SilcUInt32 detached;                   /* All clients detached */
   SilcUInt32 server_ops;                 /* All server operators */
   SilcUInt32 router_ops;                 /* All router operators */
+  /* More to add
+  SilcUInt32 secret_channels;
+  SilcUInt32 private_channels;
+  */
 
   /* General */
   SilcUInt32 conn_attempts;              /* Connection attempts */