summaryrefslogtreecommitdiff
path: root/src/pgm_sender.hpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-28 18:06:06 +0200
committermalosek <malosek@fastmq.com>2009-09-28 18:06:06 +0200
commit39d915ded8ccb612ae1f9aaefcd93f349f4c8f4c (patch)
tree1da94b99d5072345e53d58ba5e304887ee7f1c1f /src/pgm_sender.hpp
parentcf6cc0128ff4d26e0059f399bbb8342ce259b996 (diff)
PGM2 sender
Diffstat (limited to 'src/pgm_sender.hpp')
-rw-r--r--src/pgm_sender.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pgm_sender.hpp b/src/pgm_sender.hpp
index 8fdda6c..380e80b 100644
--- a/src/pgm_sender.hpp
+++ b/src/pgm_sender.hpp
@@ -76,6 +76,9 @@ namespace zmq
// Poll handle associated with PGM socket.
handle_t handle;
handle_t uplink_handle;
+#ifdef ZMQ_HAVE_OPENPGM2
+ handle_t rdata_notify_handle;
+#endif
// Parent session.
i_inout *inout;