Problem: xwrite_activated duplicated between stream_t and router_t

Solution: pull up into routing_socket_base_t
This commit is contained in:
Simon Giesecke
2018-05-29 11:40:40 +02:00
parent c9d6ef3035
commit 09fab930b3
6 changed files with 18 additions and 27 deletions

View File

@@ -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;