Rename int server to int server_fd in mode_serve_params
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user