Added dummy control socket answering / changed serve_accept_loop to use

select() to avoid a separate listening thread.
This commit is contained in:
Matthew Bloch
2012-05-18 23:39:16 +01:00
parent b533e4e31c
commit 580b821f61
2 changed files with 59 additions and 26 deletions

View File

@@ -30,7 +30,7 @@ struct mode_serve_params {
char* control_socket_name;
int server;
int control;
int control;
char* block_allocation_map;
};