diff options
Diffstat (limited to 'src/rep.cpp')
-rw-r--r-- | src/rep.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rep.cpp b/src/rep.cpp index b564b2f..ddedbd9 100644 --- a/src/rep.cpp +++ b/src/rep.cpp @@ -22,8 +22,8 @@ #include "rep.hpp" #include "err.hpp" -zmq::rep_t::rep_t (class ctx_t *parent_, uint32_t slot_) : - xrep_t (parent_, slot_), +zmq::rep_t::rep_t (class ctx_t *parent_, uint32_t tid_) : + xrep_t (parent_, tid_), sending_reply (false), request_begins (true) { |