diff options
Diffstat (limited to 'net/socket/tcp_client_socket_pool.h')
-rw-r--r-- | net/socket/tcp_client_socket_pool.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/socket/tcp_client_socket_pool.h b/net/socket/tcp_client_socket_pool.h index ea2ef70..8eee3c7 100644 --- a/net/socket/tcp_client_socket_pool.h +++ b/net/socket/tcp_client_socket_pool.h @@ -134,7 +134,10 @@ class TCPClientSocketPool : public ClientSocketPool { const ClientSocketHandle* handle); virtual void ReleaseSocket(const std::string& group_name, - ClientSocket* socket); + ClientSocket* socket, + int id); + + virtual void Flush(); virtual void CloseIdleSockets(); |