diff options
Diffstat (limited to 'src/connect_session.hpp')
-rw-r--r-- | src/connect_session.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connect_session.hpp b/src/connect_session.hpp index c93b70c..0c3c90d 100644 --- a/src/connect_session.hpp +++ b/src/connect_session.hpp @@ -46,7 +46,7 @@ namespace zmq void detached (); // Start the connection process. - void start_connecting (); + void start_connecting (bool wait_); // Command handlers. void process_plug (); |