summaryrefslogtreecommitdiffstats
path: root/src/replication/aggregator/aggregator-settings.h
blob: 06c8ac3c53ca5424e6d1b75d287f340b23fd9f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef AGGREGATOR_SETTINGS_H
#define AGGREGATOR_SETTINGS_H

struct aggregator_settings {
	const char *replicator_host;
	in_port_t replicator_port;
};

extern const struct setting_parser_info aggregator_setting_parser_info;
extern const struct aggregator_settings *aggregator_settings;

#endif