summaryrefslogtreecommitdiff
path: root/src/pipe.hpp
diff options
context:
space:
mode:
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 ();