From 0c99d04db9240f29493a4d774be677dc682547ca Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 20 Mar 2012 17:37:04 +0100 Subject: Make REQ session state machine aware of reconnections On reconnections, state machine in req_session_t is reset to the initial state. Signed-off-by: Martin Sustrik --- src/req.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/req.hpp') diff --git a/src/req.hpp b/src/req.hpp index 10e06f2..0434ddd 100644 --- a/src/req.hpp +++ b/src/req.hpp @@ -72,6 +72,7 @@ namespace xs // Overloads of the functions from session_base_t. int write (msg_t *msg_); + void detach (); private: -- cgit v1.2.3