mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Move the main configfile structure into configfile.c
This is required for a later refactoring of the configuration file handling.
This commit is contained in:
@@ -191,6 +191,11 @@ typedef struct
|
||||
int promote_delay;
|
||||
} t_configuration_options;
|
||||
|
||||
|
||||
/* Declare the main configfile structure for client applications */
|
||||
extern t_configuration_options config_file_options;
|
||||
|
||||
|
||||
/*
|
||||
* The following will initialize the structure with a minimal set of options;
|
||||
* actual defaults are set in parse_config() before parsing the configuration file
|
||||
|
||||
Reference in New Issue
Block a user