summaryrefslogtreecommitdiff
path: root/src/msg.hpp
diff options
context:
space:
mode:
authorBen Gray <ben@benjamg.com>2011-10-27 13:59:54 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-10-27 13:59:54 +0200
commit9e000c8f26c99656dd967a8d15997b879af5817b (patch)
tree14e0972cd5c5fbc7cc002f557e70c99331e503c1 /src/msg.hpp
parent68ab5f87edd2436757ab92b22238a5a4114d7b0d (diff)
Patch for issue LIBZMQ-275. Dealing with VSM in distribution when pipes fail to write.
Signed-off-by: Ben Gray <ben@benjamg.com>
Diffstat (limited to 'src/msg.hpp')
-rw-r--r--src/msg.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msg.hpp b/src/msg.hpp
index 514f95b..6b4e216 100644
--- a/src/msg.hpp
+++ b/src/msg.hpp
@@ -68,6 +68,7 @@ namespace zmq
void set_flags (unsigned char flags_);
void reset_flags (unsigned char flags_);
bool is_delimiter ();
+ bool is_vsm ();
// After calling this function you can copy the message in POD-style
// refs_ times. No need to call copy.