Commit 7bc90b30 authored by Wayne Davison's avatar Wayne Davison

Moved the module_id define into clientserver.c.

parent bf39270e
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include "rsync.h" #include "rsync.h"
#include "popt.h" #include "popt.h"
extern int module_id;
extern int sanitize_paths; extern int sanitize_paths;
extern int select_timeout; extern int select_timeout;
extern struct filter_list_struct filter_list; extern struct filter_list_struct filter_list;
...@@ -70,7 +71,6 @@ int implied_dirs = 1; ...@@ -70,7 +71,6 @@ int implied_dirs = 1;
int numeric_ids = 0; int numeric_ids = 0;
int force_delete = 0; int force_delete = 0;
int io_timeout = 0; int io_timeout = 0;
int module_id = -1;
int am_server = 0; int am_server = 0;
int am_sender = 0; int am_sender = 0;
int am_generator = 0; int am_generator = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment