Update server_config.h
Added verbose
This commit is contained in:
@@ -9,8 +9,9 @@ typedef struct {
|
|||||||
char log_file[256];
|
char log_file[256];
|
||||||
int max_threads;
|
int max_threads;
|
||||||
bool running;
|
bool running;
|
||||||
bool automatic_startup; //TODO func automatic startup on boot
|
bool automatic_startup;
|
||||||
char server_name[256]; // Add this field for server name
|
char server_name[256];
|
||||||
|
int verbose;
|
||||||
} ServerConfig;
|
} ServerConfig;
|
||||||
|
|
||||||
int load_config(const char *filename, ServerConfig *config);
|
int load_config(const char *filename, ServerConfig *config);
|
||||||
|
|||||||
Reference in New Issue
Block a user