select interrupt cleanup
This commit is contained in:
@ -14,4 +14,7 @@ namespace ix
|
||||
class Socket;
|
||||
std::shared_ptr<Socket> createSocket(bool tls,
|
||||
std::string& errorMsg);
|
||||
|
||||
std::shared_ptr<Socket> createSocket(int fd,
|
||||
std::string& errorMsg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user