From 42000d2c4f988a164eaeb9b580a4f588d91e353e Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 28 Aug 2010 10:15:03 +0200 Subject: terminology unified: revive->activate --- src/pipe.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pipe.hpp') 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 (); -- cgit v1.2.3