renamed config options to a much more descriptive name

This commit is contained in:
Christian Kruse
2014-01-21 15:19:50 +01:00
parent 388bbfb773
commit 7cf2eb440d
4 changed files with 20 additions and 19 deletions

View File

@@ -43,8 +43,8 @@ typedef struct
char pg_bindir[MAXLEN];
char pgctl_options[MAXLEN];
char logfile[MAXLEN];
int sleep_monitor;
int sleep_delay;
int monitor_interval_secs;
int retry_promote_interval_secs;
} t_configuration_options;
#define T_CONFIGURATION_OPTIONS_INITIALIZER { "", -1, "", MANUAL_FAILOVER, -1, "", "", "", "", "", "", "", -1, -1, -1, "", "", "", 0, 0 }