0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-17 04:50:57 +08:00

Problem: new function zmq_socket_get_peer_state not in zmq_draft.h

Solution: added function to zmq_draft.h
This commit is contained in:
sigiesec 2017-09-01 17:15:23 +02:00
parent f3b268d84f
commit 79e28af4ce

View File

@ -141,6 +141,10 @@ int zmq_poller_modify_fd (void *poller, int fd, short events);
int zmq_poller_remove_fd (void *poller, int fd);
#endif
int zmq_socket_get_peer_state (void *socket,
const void *identity,
size_t identity_size);
/******************************************************************************/
/* Scheduling timers */
/******************************************************************************/