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_socket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pgm_socket.hpp') diff --git a/src/pgm_socket.hpp b/src/pgm_socket.hpp index 502496a..b9f55d1 100644 --- a/src/pgm_socket.hpp +++ b/src/pgm_socket.hpp @@ -56,7 +56,7 @@ namespace zmq // Get sender and receiver fds and store it to user allocated // memory. Receive fd is used to process NAKs from peers. void get_sender_fds (int *send_fd_, int *receive_fd_, - int *rdata_notify_fd_); + int *rdata_notify_fd_, int *pending_notify_fd_); // Send data as one APDU, transmit window owned memory. size_t send (unsigned char *data_, size_t data_len_); -- cgit v1.2.3