From 93529d8c5db599a45171942c4510f1b84ed09e6a Mon Sep 17 00:00:00 2001 From: Chuck Remes Date: Sun, 6 Nov 2011 14:03:51 +0100 Subject: Add zmq_getmsgopt to the API The new function allows to retrieve options (flags) from zmq_msg_t. Signed-off-by: Chuck Remes Renamed from zmq_msg_flags to zmq_getmsgopt Signed-off-by: Martin Sustrik --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index eb8da57..3bc8348 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3