summaryrefslogtreecommitdiff
path: root/src/pgm_receiver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgm_receiver.hpp')
-rw-r--r--src/pgm_receiver.hpp6
1 files changed, 1 insertions, 5 deletions
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;