- struct Error : public std::runtime_error
- {
- Error(const std::string& message) : runtime_error(message.c_str()) {}
- };
-
- Conn(USERS& users, PLUGIN_LOGGER& logger, const Config& config);
+ Conn(USERS& users, PLUGIN_LOGGER& logger, const Config& config, int fd, const std::string& remote);