summaryrefslogtreecommitdiff
path: root/src/zmq_decoder.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-03-09 15:10:44 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-03-09 15:10:44 +0100
commit96ccc1c5fceb56bd7ffc2e6bef9ddab5347d722b (patch)
treebec5f153e0a4139ba70baf3dc8e2d836e3ff84e2 /src/zmq_decoder.hpp
parente04e2cdbbaf351eb04164bdcd293fcb8fa22a9a4 (diff)
'flags' fields added to the wire format
Diffstat (limited to 'src/zmq_decoder.hpp')
-rw-r--r--src/zmq_decoder.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zmq_decoder.hpp b/src/zmq_decoder.hpp
index 11ee6c2..5a9580a 100644
--- a/src/zmq_decoder.hpp
+++ b/src/zmq_decoder.hpp
@@ -48,6 +48,7 @@ namespace zmq
bool one_byte_size_ready ();
bool eight_byte_size_ready ();
+ bool flags_ready ();
bool message_ready ();
struct i_inout *destination;