From 11fec367d1a13c3f0248f8542eb805b8d9571685 Mon Sep 17 00:00:00 2001 From: malosek Date: Tue, 5 Jan 2010 11:22:14 +0100 Subject: added pending event fd handling by the pgm_sender --- src/pgm_sender.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pgm_sender.hpp') 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; -- cgit v1.2.3