From aebff623f36efddc0de7a3192832b61802f8cec8 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 23 Dec 2009 19:37:56 +0100 Subject: ZMQII-28: Bidirectional introduction on TCP connection establishment --- src/pgm_sender.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/pgm_sender.hpp') diff --git a/src/pgm_sender.hpp b/src/pgm_sender.hpp index 9a9844c..30b545d 100644 --- a/src/pgm_sender.hpp +++ b/src/pgm_sender.hpp @@ -42,8 +42,7 @@ namespace zmq { public: - pgm_sender_t (class io_thread_t *parent_, const options_t &options_, - const char *session_name_); + pgm_sender_t (class io_thread_t *parent_, const options_t &options_); ~pgm_sender_t (); int init (bool udp_encapsulation_, const char *network_); @@ -74,9 +73,6 @@ namespace zmq // Socket options. options_t options; - // Name of the session associated with the connecter. - std::string session_name; - // Poll handle associated with PGM socket. handle_t handle; handle_t uplink_handle; -- cgit v1.2.3