Commit 79e28af4 authored by sigiesec's avatar sigiesec

Problem: new function zmq_socket_get_peer_state not in zmq_draft.h

Solution: added function to zmq_draft.h
parent f3b268d8
...@@ -141,6 +141,10 @@ int zmq_poller_modify_fd (void *poller, int fd, short events); ...@@ -141,6 +141,10 @@ int zmq_poller_modify_fd (void *poller, int fd, short events);
int zmq_poller_remove_fd (void *poller, int fd); int zmq_poller_remove_fd (void *poller, int fd);
#endif #endif
int zmq_socket_get_peer_state (void *socket,
const void *identity,
size_t identity_size);
/******************************************************************************/ /******************************************************************************/
/* Scheduling timers */ /* Scheduling timers */
/******************************************************************************/ /******************************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment