Some bugfixes.
[runtime.git] / apps / silcd / server_internal.h
index 0093ac8429a5ade3e586f515d5a872c2c40fbe9b..e0c037e8f6a7c2267f18b4900a77f8c49f00c6f4 100644 (file)
@@ -82,9 +82,8 @@ typedef struct SilcServerObjectStruct {
   SilcServerStatistics stats;
 
 #ifdef SILC_SIM
-  /* SIM (SILC Module) table */
-  SilcSimContext **sim;
-  unsigned int sim_count;
+  /* SIM (SILC Module) list */
+  SilcDList sim;
 #endif
 } SilcServerObject;