summaryrefslogtreecommitdiff
path: root/src/pgm_sender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgm_sender.cpp')
-rw-r--r--src/pgm_sender.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pgm_sender.cpp b/src/pgm_sender.cpp
index 676ed93..880bb09 100644
--- a/src/pgm_sender.cpp
+++ b/src/pgm_sender.cpp
@@ -33,12 +33,11 @@
#include "wire.hpp"
zmq::pgm_sender_t::pgm_sender_t (io_thread_t *parent_,
- const options_t &options_, const char *session_name_) :
+ const options_t &options_) :
io_object_t (parent_),
encoder (0, false),
pgm_socket (false, options_),
options (options_),
- session_name (session_name_),
inout (NULL),
out_buffer (NULL),
out_buffer_size (0),