updates.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 10 Apr 2001 09:42:02 +0000 (09:42 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 10 Apr 2001 09:42:02 +0000 (09:42 +0000)
apps/silcd/packet_send.c

index a88eedbeac363bf0ce46ab0694529d98d77cb539..8a9511ddce1f3071a762c0032f04f4652057085e 100644 (file)
 #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. */