mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
removed any malloc operation, added t_runtime_options struct
This commit is contained in:
committed by
Greg Smith
parent
7a3be3a2f9
commit
716a0ae9d3
5
config.h
5
config.h
@@ -26,7 +26,8 @@ typedef struct {
|
||||
char loglevel[MAXLEN];
|
||||
char logfacility[MAXLEN];
|
||||
char rsync_options[QUERY_STR_LEN];
|
||||
} configuration_options;
|
||||
void parse_config(const char *config_file, repmgr_config *config);
|
||||
} t_configuration_options;
|
||||
|
||||
void parse_config(const char* config_file, t_configuration_options* options);
|
||||
void parse_line(char *buff, char *name, char *value);
|
||||
char *trim(char *s);
|
||||
|
||||
Reference in New Issue
Block a user