More SILC Server 1.1 porting. Added HTTP statistics access.
[silc.git] / apps / silcd / serverconfig.h
index aa7956cbd273cf1ec1b797cab7df69694fe1e79b..7ef873e0797a56131c750d81dcf5c496f16b2eff 100644 (file)
@@ -177,6 +177,9 @@ typedef struct {
   SilcBool logging_quick;
   long logging_flushdelay;
   char *debug_string;
+  SilcBool httpd;
+  char *httpd_ip;
+  SilcUInt16 httpd_port;
 
   /* Other configuration sections */
   SilcServerConfigCipher *cipher;