typedef std::pair<std::string, std::string> Pair;
enum Type { UNIX, TCP };
+ Config() {}
Config(const MODULE_SETTINGS& settings);
Pairs match;
bool verbose;
- Type connectionType;
+ std::string address;
std::string bindAddress;
+ Type connectionType;
std::string portStr;
uint16_t port;
std::string key;