Changeset 18 in Main for trunk/Server/tw_config.h


Ignore:
Timestamp:
Sep 14, 2024, 9:42:40 AM (2 months ago)
Author:
Nishi
Message:

can return response now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tw_config.h

    r17 r18  
    77
    88#define MAX_PORTS 1024
    9 
    109#define MAX_VHOSTS 1024
     10#define MAX_MODULES 1024
    1111
    1212struct tw_config_entry {
     
    2222        struct tw_config_entry root;
    2323        struct tw_config_entry vhosts[MAX_VHOSTS];
     24        void* modules[MAX_MODULES];
     25        int module_count;
    2426        int vhost_count;
    2527        char* server_root;
     28        char* extension;
    2629};
    2730
Note: See TracChangeset for help on using the changeset viewer.