X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_client.hxx;fp=src%2Fsocket_client.hxx;h=a7fe64e0a3c649eaa29ed4b3aad212e2090c6458;hp=7160e0dd1b180295e56dde8f1b46777d5313af9f;hb=af84dfb53a739a0c8c343d9172f1847fa908906d;hpb=a64066eb0e456c92c4c06959616443e531d4b39d diff --git a/src/socket_client.hxx b/src/socket_client.hxx index 7160e0d..a7fe64e 100644 --- a/src/socket_client.hxx +++ b/src/socket_client.hxx @@ -75,6 +75,8 @@ class socket_client_connection : public client_connection, public socket_handler { return socket_handler::fill_buffer(buffer,usec_timeout,usec_timeout_remaining); } void close(); + + void reconnect(); }; }