summaryrefslogtreecommitdiff
path: root/src/pgm_socket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgm_socket.hpp')
-rw-r--r--src/pgm_socket.hpp2
1 files changed, 1 insertions, 1 deletions
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_);