summaryrefslogtreecommitdiff
path: root/src/zmq_engine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zmq_engine.hpp')
-rw-r--r--src/zmq_engine.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zmq_engine.hpp b/src/zmq_engine.hpp
index 38a390d..ba25ded 100644
--- a/src/zmq_engine.hpp
+++ b/src/zmq_engine.hpp
@@ -42,6 +42,10 @@ namespace zmq
void in_event ();
void out_event ();
+ // This method is called by the session to signalise that there
+ // are messages to send available.
+ void revive ();
+
private:
// Function to handle network disconnections.