diff options
Diffstat (limited to 'src/push.hpp')
-rw-r--r-- | src/push.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/push.hpp b/src/push.hpp index f90479c..85c2279 100644 --- a/src/push.hpp +++ b/src/push.hpp @@ -45,7 +45,7 @@ namespace xs protected: // Overloads of functions from socket_base_t. - void xattach_pipe (xs::pipe_t *pipe_); + void xattach_pipe (xs::pipe_t *pipe_, bool icanhasall_); int xsend (xs::msg_t *msg_, int flags_); bool xhas_out (); void xwrite_activated (xs::pipe_t *pipe_); |