summaryrefslogtreecommitdiff
path: root/src/pipe.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-27 16:24:21 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-27 16:24:21 +0200
commit2dd501651592baa7f9e49f52e1321ae2b9b4e126 (patch)
treefe5d221061004894eb259304fcdbd4f8092de99d /src/pipe.hpp
parent67194267f89d63391288600f127205a2b7a8a5ae (diff)
multiple bugs fixed
Diffstat (limited to 'src/pipe.hpp')
-rw-r--r--src/pipe.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pipe.hpp b/src/pipe.hpp
index d48fc47..b7593c7 100644
--- a/src/pipe.hpp
+++ b/src/pipe.hpp
@@ -42,8 +42,9 @@ namespace zmq
// Reads a message to the underlying pipe.
bool read (struct zmq_msg_t *msg_);
- // Mnaipulation of index of the pipe.
void set_endpoint (i_endpoint *endpoint_);
+
+ // Mnaipulation of index of the pipe.
void set_index (int index_);
int get_index ();