summaryrefslogtreecommitdiff
path: root/src/pgm_sender.hpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2010-01-05 11:22:14 +0100
committermalosek <malosek@fastmq.com>2010-01-05 11:22:14 +0100
commit11fec367d1a13c3f0248f8542eb805b8d9571685 (patch)
treea7767f6923eba93ccecc2d2cc6e0f9beda43c669 /src/pgm_sender.hpp
parent472ddf8de2c93f750831d52b5473cdbed1db51e8 (diff)
added pending event fd handling by the pgm_sender
Diffstat (limited to 'src/pgm_sender.hpp')
-rw-r--r--src/pgm_sender.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pgm_sender.hpp b/src/pgm_sender.hpp
index 8eb9d88..43adb8b 100644
--- a/src/pgm_sender.hpp
+++ b/src/pgm_sender.hpp
@@ -72,6 +72,7 @@ namespace zmq
handle_t handle;
handle_t uplink_handle;
handle_t rdata_notify_handle;
+ handle_t pending_notify_handle;
// Output buffer from pgm_socket.
unsigned char *out_buffer;