mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Problem: xwrite_activated duplicated between stream_t and router_t
Solution: pull up into routing_socket_base_t
This commit is contained in:
@@ -59,7 +59,6 @@ class router_t : public routing_socket_base_t
|
||||
bool xhas_in ();
|
||||
bool xhas_out ();
|
||||
void xread_activated (zmq::pipe_t *pipe_);
|
||||
void xwrite_activated (zmq::pipe_t *pipe_);
|
||||
void xpipe_terminated (zmq::pipe_t *pipe_);
|
||||
int get_peer_state (const void *identity_, size_t identity_size_) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user