diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-10-01 10:56:17 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-10-01 10:56:17 +0200 |
commit | cc631c4c6649b0d67114db13386a949426e35dbf (patch) | |
tree | fa558bc758a12d924dd81b3cd3cd27ebd7418aae /src/rep.hpp | |
parent | f2ff2c6e5c4e244dea28e1ac6ec3f886b7ebc356 (diff) |
ZMQII-18: Implement I/O multiplexing (first approximation)
Diffstat (limited to 'src/rep.hpp')
-rw-r--r-- | src/rep.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rep.hpp b/src/rep.hpp index 4781213..3e87dc1 100644 --- a/src/rep.hpp +++ b/src/rep.hpp @@ -43,6 +43,8 @@ namespace zmq int xsend (zmq_msg_t *msg_, int flags_); int xflush (); int xrecv (zmq_msg_t *msg_, int flags_); + bool xhas_in (); + bool xhas_out (); private: |