astyle cleanup run after recent merges

This commit is contained in:
Greg Smith
2011-02-10 18:55:51 -05:00
parent c3af4274ae
commit 0130420947
6 changed files with 144 additions and 123 deletions

View File

@@ -22,13 +22,14 @@
#include "repmgr.h"
typedef struct {
typedef struct
{
char cluster_name[MAXLEN];
int node;
char conninfo[MAXLEN];
char loglevel[MAXLEN];
char logfacility[MAXLEN];
char rsync_options[QUERY_STR_LEN];
char rsync_options[QUERY_STR_LEN];
} t_configuration_options;
void parse_config(const char* config_file, t_configuration_options* options);