made rsync_options configurable

This commit is contained in:
trbs
2011-01-08 01:46:39 +01:00
committed by Greg Smith
parent 814863edf2
commit 52313a2d6e
4 changed files with 10 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ typedef struct
char cluster_name[MAXLEN];
int node;
char conninfo[MAXLEN];
char rsync_options[QUERY_STR_LEN];
} repmgr_config;
void parse_config(const char *config_file, repmgr_config *config);