summaryrefslogtreecommitdiff
path: root/src/pgm_sender.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-12-23 19:37:56 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-12-23 19:37:56 +0100
commitaebff623f36efddc0de7a3192832b61802f8cec8 (patch)
treefd3c88417309994b72b5a33f152ba4b028930fa9 /src/pgm_sender.hpp
parentb3bd4c15fe869de4f5c530ecc5942968677a85c3 (diff)
ZMQII-28: Bidirectional introduction on TCP connection establishment
Diffstat (limited to 'src/pgm_sender.hpp')
-rw-r--r--src/pgm_sender.hpp6
1 files changed, 1 insertions, 5 deletions
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;