summaryrefslogtreecommitdiff
path: root/src/fd_signaler.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-04-29 17:20:23 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-04-29 17:20:23 +0200
commitc193fd146661b39027c5e3fa0776dcdf8c6af5e2 (patch)
tree0ec001869a7e6519cc1b910de0b26c46308eba96 /src/fd_signaler.hpp
parent7cb076e56a18cb76c49f17bd34bc73c11e01b705 (diff)
lock-free polling removed; ZMQ_POLL flag removed
Diffstat (limited to 'src/fd_signaler.hpp')
-rw-r--r--src/fd_signaler.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fd_signaler.hpp b/src/fd_signaler.hpp
index f2037a9..a6ccbba 100644
--- a/src/fd_signaler.hpp
+++ b/src/fd_signaler.hpp
@@ -21,7 +21,6 @@
#define __ZMQ_FD_SIGNALER_HPP_INCLUDED__
#include "platform.hpp"
-#include "i_signaler.hpp"
#include "fd.hpp"
#include "stdint.hpp"
@@ -33,7 +32,7 @@ namespace zmq
// descriptor and so it can be polled on. Same signal cannot be sent twice
// unless signals are retrieved by the reader side in the meantime.
- class fd_signaler_t : public i_signaler
+ class fd_signaler_t
{
public: