summaryrefslogtreecommitdiff
path: root/src/ypollset.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-09-20 12:03:14 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-09-20 12:03:14 +0200
commit7668b246fc3cf4a2a3b3ee9b1283ad8a4b12ac4f (patch)
tree37ca9e3928cdd1e3e5c41f6cc694911909e4c08c /src/ypollset.cpp
parent495a2228cd08a29946f9e9ce2e0721e789203e35 (diff)
ZMQ_POLL option forces fd_signaler to be used in app_thread
Diffstat (limited to 'src/ypollset.cpp')
-rw-r--r--src/ypollset.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ypollset.cpp b/src/ypollset.cpp
index 5a7c69f..a72eac7 100644
--- a/src/ypollset.cpp
+++ b/src/ypollset.cpp
@@ -23,6 +23,10 @@ zmq::ypollset_t::ypollset_t ()
{
}
+zmq::ypollset_t::~ypollset_t ()
+{
+}
+
void zmq::ypollset_t::signal (int signal_)
{
zmq_assert (signal_ >= 0 && signal_ < wait_signal);