X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_internal.h;h=64141a70ce58902254d8848040aa2ba976b519ee;hb=f88b3f268a6f1e8f4adb1c2bd742a6ee41612241;hp=35eb1d8986a2b7977d26af7e665dc8a7041bb941;hpb=4a0081751a282b29d525b5f9a3312628aed24a2f;p=silc.git diff --git a/apps/silcd/server_internal.h b/apps/silcd/server_internal.h index 35eb1d89..64141a70 100644 --- a/apps/silcd/server_internal.h +++ b/apps/silcd/server_internal.h @@ -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;