Added support for removing unconfigured client connections in
[silc.git] / apps / silcd / server_internal.h
index 35eb1d8986a2b7977d26af7e665dc8a7041bb941..64141a70ce58902254d8848040aa2ba976b519ee 100644 (file)
@@ -146,16 +146,10 @@ struct SilcServerStruct {
 #endif
 };
 
-/* Server's heartbeat context */
-typedef struct {
-  SilcServer server;
-} *SilcServerHBContext;
-
 /* Failure context. This is allocated when failure packet is received.
    Failure packets are processed with timeout and data is saved in this
    structure. */
 typedef struct {
-  SilcServer server;
   SilcSocketConnection sock;
   SilcUInt32 failure;
 } *SilcServerFailureContext;