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:
parent
f3b268d84f
commit
79e28af4ce
@ -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 */
|
||||
/******************************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user