summaryrefslogtreecommitdiff
path: root/src/xreq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xreq.cpp')
-rw-r--r--src/xreq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xreq.cpp b/src/xreq.cpp
index eaf318a..d16f60e 100644
--- a/src/xreq.cpp
+++ b/src/xreq.cpp
@@ -46,7 +46,7 @@ xs::xreq_t::~xreq_t ()
prefetched_msg.close ();
}
-void xs::xreq_t::xattach_pipe (pipe_t *pipe_)
+void xs::xreq_t::xattach_pipe (pipe_t *pipe_, bool icanhasall_)
{
xs_assert (pipe_);
fq.attach (pipe_);