summaryrefslogtreecommitdiff
path: root/src/zmq_encoder.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_encoder.hpp
parente04e2cdbbaf351eb04164bdcd293fcb8fa22a9a4 (diff)
'flags' fields added to the wire format
Diffstat (limited to 'src/zmq_encoder.hpp')
-rw-r--r--src/zmq_encoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zmq_encoder.hpp b/src/zmq_encoder.hpp
index 0e23fcd..953012b 100644
--- a/src/zmq_encoder.hpp
+++ b/src/zmq_encoder.hpp
@@ -48,7 +48,7 @@ namespace zmq
struct i_inout *source;
::zmq_msg_t in_progress;
- unsigned char tmpbuf [9];
+ unsigned char tmpbuf [10];
bool trim;