Configurable lookup for network listener creation.
[silc.git] / lib / silcutil / silcnet_i.h
index 1da16a97e016492b98408163ce2c80419697e4a4..7cc356e20e2b450ccda83b846d60915ad51adf8b 100644 (file)
@@ -30,8 +30,9 @@ struct SilcNetListenerStruct {
   SilcNetCallback callback;
   void *context;
   int *socks;
-  unsigned int socks_count   : 31;
+  unsigned int socks_count   : 30;
   unsigned int require_fqdn  : 1;
+  unsigned int lookup        : 1;
 };
 
 #endif /* SILCNET_I_H */