Added control socket, doesn't do anything yet.

This commit is contained in:
mbloch
2012-05-18 18:44:34 +01:00
parent f5d8e740f8
commit b533e4e31c
4 changed files with 42 additions and 7 deletions

View File

@@ -27,9 +27,10 @@ struct mode_serve_params {
struct ip_and_mask** acl;
char* filename;
int tcp_backlog;
char* control_socket_name;
int server;
int threads;
int control;
char* block_allocation_map;
};