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_receiver.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/pgm_receiver.hpp') diff --git a/src/pgm_receiver.hpp b/src/pgm_receiver.hpp index fa84acb..91169f4 100644 --- a/src/pgm_receiver.hpp +++ b/src/pgm_receiver.hpp @@ -47,8 +47,7 @@ namespace zmq // Creates gm_engine. Underlying PGM connection is initialised // using network_ parameter. - pgm_receiver_t (class io_thread_t *parent_, const options_t &options_, - const char *session_name_); + pgm_receiver_t (class io_thread_t *parent_, const options_t &options_); ~pgm_receiver_t (); int init (bool udp_encapsulation_, const char *network_); @@ -94,9 +93,6 @@ namespace zmq // Socket options. options_t options; - // Name of the session associated with the connecter. - std::string session_name; - // Parent session. i_inout *inout; -- cgit v1.2.3