@@ -24,8 +24,8 @@ struct IOServiceImpl;
class IOService {
public:
- IOService(AuthSrv* auth_server, const char* port,
+ IOService(AuthSrv* auth_server, const char* port, bool use_ipv4,
- const bool use_ipv4, const bool use_ipv6);
+ bool use_ipv6);
~IOService();
void run();
void stop();