summaryrefslogtreecommitdiff
path: root/src/zmq_engine.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-27 10:54:28 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-27 10:54:28 +0200
commit99c5d9283622a0b37ee80f83ff4875c059fc5990 (patch)
tree3460ec503898d2184dc807e47eea679d24d96d5c /src/zmq_engine.hpp
parentaacdb7a454686bfac93164d0e67e785658d48a3c (diff)
pipes added
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.