Added require_reverse_mapping for ServerParams.
[silc.git] / apps / silcd / server.h
index dd952162e571b40f0704b49f3509c4773b71c4ab..7d38a7e71aeeb68152845f5fc867e22e329c9d03 100644 (file)
@@ -55,10 +55,12 @@ typedef struct {
   unsigned long retry_interval_min;
   unsigned long retry_interval_min_usec;
   unsigned long retry_interval_max;
-  unsigned int retry_keep_trying;
+  char retry_keep_trying;
 
   unsigned long protocol_timeout;
   unsigned long protocol_timeout_usec;
+
+  char require_reverse_mapping;
 } *SilcServerParams;
 
 /* Macros */