diff options
Diffstat (limited to 'src/pair.hpp')
-rw-r--r-- | src/pair.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pair.hpp b/src/pair.hpp index c03ee1e..8ae3acf 100644 --- a/src/pair.hpp +++ b/src/pair.hpp @@ -42,7 +42,7 @@ namespace xs ~pair_t (); // 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_); int xrecv (xs::msg_t *msg_, int flags_); bool xhas_in (); |