diff options
author | Chuck Remes <cremes@mac.com> | 2011-11-06 14:03:51 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-11-06 14:03:51 +0100 |
commit | 93529d8c5db599a45171942c4510f1b84ed09e6a (patch) | |
tree | 07ae1a6ff6f840eaa6ea1b2ffe8c76ce126f4237 /.gitignore | |
parent | bb66f3cc3bc2a76d10f16e1206f35480eb250a07 (diff) |
Add zmq_getmsgopt to the API
The new function allows to retrieve options (flags)
from zmq_msg_t.
Signed-off-by: Chuck Remes <cremes@mac.com>
Renamed from zmq_msg_flags to zmq_getmsgopt
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ tests/test_reqrep_device tests/test_reqrep_drop tests/test_sub_forward tests/test_invalid_rep +tests/test_msg_flags src/platform.hpp* src/stamp-h1 perf/local_lat |