summaryrefslogtreecommitdiff
path: root/src/pgm_socket.hpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-11-03 14:11:53 +0100
committermalosek <malosek@fastmq.com>2009-11-03 14:11:53 +0100
commit08b02a43ae21e833a04d274fb20ef3bbc73c0d09 (patch)
treeb96bc0605d0d9717783c528dd94b8a49ea84c19e /src/pgm_socket.hpp
parent7d672d3ab8c74371b58b293f807db74760b18155 (diff)
fixed get_sender_fds and get_receiver_fds for openpgm2
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 9b9ae45..71fa9c6 100644
--- a/src/pgm_socket.hpp
+++ b/src/pgm_socket.hpp
@@ -58,7 +58,7 @@ namespace zmq
void close_transport (void);
// Get receiver fds and store them into user allocated memory.
- int get_receiver_fds (int *recv_fd_, int *waiting_pipe_fd_);
+ int get_receiver_fds (int *receive_fd_, int *waiting_pipe_fd_);
// Get sender and receiver fds and store it to user allocated
// memory. Receive fd is used to process NAKs from peers.