Changeset 18 in Main for trunk/Server/tw_config.h
- Timestamp:
- Sep 14, 2024, 9:42:40 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/tw_config.h
r17 r18 7 7 8 8 #define MAX_PORTS 1024 9 10 9 #define MAX_VHOSTS 1024 10 #define MAX_MODULES 1024 11 11 12 12 struct tw_config_entry { … … 22 22 struct tw_config_entry root; 23 23 struct tw_config_entry vhosts[MAX_VHOSTS]; 24 void* modules[MAX_MODULES]; 25 int module_count; 24 26 int vhost_count; 25 27 char* server_root; 28 char* extension; 26 29 }; 27 30
Note:
See TracChangeset
for help on using the changeset viewer.