diff options
| author | Martin Sustrik <sustrik@250bpm.com> | 2010-05-05 14:24:54 +0200 | 
|---|---|---|
| committer | Martin Sustrik <sustrik@250bpm.com> | 2010-05-05 14:24:54 +0200 | 
| commit | 835e893e54598ff474067cc68b787440baf6b05c (patch) | |
| tree | b529fbc8fea71f01a38064a65722924cdcbc4ed4 /src/io_thread.hpp | |
| parent | 10f5334f2891b187ce57f38186cf977406097ab0 (diff) | |
dispatcher_t class renamed to ctx_t
Diffstat (limited to 'src/io_thread.hpp')
| -rw-r--r-- | src/io_thread.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/io_thread.hpp b/src/io_thread.hpp index 7e105b3..3d832c0 100644 --- a/src/io_thread.hpp +++ b/src/io_thread.hpp @@ -38,7 +38,7 @@ namespace zmq      {      public: -        io_thread_t (class dispatcher_t *dispatcher_, uint32_t thread_slot_); +        io_thread_t (class ctx_t *ctx_, uint32_t thread_slot_);          //  Clean-up. If the thread was started, it's neccessary to call 'stop'          //  before invoking destructor. Otherwise the destructor would hang up. | 
