summaryrefslogtreecommitdiff
path: root/src/xreq.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xreq.hpp')
-rw-r--r--src/xreq.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xreq.hpp b/src/xreq.hpp
index 837cc8a..ab3a360 100644
--- a/src/xreq.hpp
+++ b/src/xreq.hpp
@@ -46,7 +46,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_);
int xrecv (xs::msg_t *msg_, int flags_);
bool xhas_in ();