diff options
Diffstat (limited to 'src/pull.hpp')
-rw-r--r-- | src/pull.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pull.hpp b/src/pull.hpp index 446956c..29ca4d9 100644 --- a/src/pull.hpp +++ b/src/pull.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 xrecv (xs::msg_t *msg_, int flags_); bool xhas_in (); void xread_activated (xs::pipe_t *pipe_); |