From: Pekka Riikonen Date: Tue, 10 Apr 2001 09:42:02 +0000 (+0000) Subject: updates. X-Git-Tag: SILC.0.1~36 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=39c815ab7639ed93bd711503e4516e7f495c713b;p=silc.git updates. --- diff --git a/apps/silcd/packet_send.c b/apps/silcd/packet_send.c index a88eedbe..8a9511dd 100644 --- a/apps/silcd/packet_send.c +++ b/apps/silcd/packet_send.c @@ -25,6 +25,15 @@ #include "serverincludes.h" #include "server_internal.h" +/* Internal context that holds the packet data and packet sending function + callbacks when the packet is sent with timeout. This is used when + the server is performing re-key protocol. During re-key we will prevent + sending of any other than re-key packets so that the packets would not + be encrypted with wrong keys. Other than that, this is not used at all. */ +typedef struct { + +} *SilcServerSendPacket; + /* Routine that sends packet or marks packet to be sent. This is used directly only in special cases. Normal cases should use silc_server_packet_send. Returns < 0 error. */