CONNECT, CLOSE and SHUTDOWN commands.
[silc.git] / apps / silcd / server_internal.h
index 0e1ac428af554ac03eaf7bc2c305bf6276a17bf0..bc0e3d755d8bacb00cdb1bc43e946bc70e84471f 100644 (file)
@@ -57,7 +57,6 @@ typedef struct {
 } SilcServerStatistics;
 
 typedef struct {
-  void *id_entry;
   SilcSocketConnection sock;
 
   /* Remote host name and port */
@@ -127,7 +126,7 @@ struct SilcServerStruct {
   SilcHmac sha1hmac;
 
   /* Configuration object */
-  SilcConfigServer config;
+  SilcServerConfig config;
 
   /* Random pool */
   SilcRng rng;