introduced the server_id variable

This commit is contained in:
SJ
2013-01-06 21:04:58 +01:00
parent 28d12e9a52
commit 1d2ac1c117
13 changed files with 28 additions and 19 deletions

View File

@@ -8,6 +8,7 @@
#include "config.h"
struct __config {
int server_id;
char username[MAXVAL];
char hostid[MAXVAL];