summaryrefslogtreecommitdiff
path: root/src/pipe.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-08-28 10:15:03 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-08-28 10:15:03 +0200
commit42000d2c4f988a164eaeb9b580a4f588d91e353e (patch)
tree1f148dbd4b4d78966a4554dbc215761d06623bb1 /src/pipe.hpp
parent92923cd40b645af844c5ed1055a0a45c6daa3c89 (diff)
terminology unified: revive->activate
Diffstat (limited to 'src/pipe.hpp')
-rw-r--r--src/pipe.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pipe.hpp b/src/pipe.hpp
index 421ebc9..dcdd927 100644
--- a/src/pipe.hpp
+++ b/src/pipe.hpp
@@ -81,7 +81,7 @@ namespace zmq
void set_writer (class writer_t *writer_);
// Command handlers.
- void process_revive ();
+ void process_activate_reader ();
void process_pipe_term_ack ();
// Returns true if the message is delimiter; false otherwise.
@@ -150,7 +150,7 @@ namespace zmq
uint64_t hwm_, int64_t swap_size_);
~writer_t ();
- void process_reader_info (uint64_t msgs_read_);
+ void process_activate_writer (uint64_t msgs_read_);
// Command handlers.
void process_pipe_term ();