Rename int server to int server_fd in mode_serve_params

This commit is contained in:
Alex Young
2012-06-06 10:19:45 +01:00
parent d87d7a826f
commit 059be22c27
2 changed files with 12 additions and 12 deletions

View File

@@ -71,7 +71,7 @@ struct mode_serve_params {
int close_signal[2];
struct mirror_status* mirror;
int server;
int server_fd;
int control;
char* block_allocation_map;