From 50a8b9ea0c4a819073b46449dee8fc839b837ae5 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 20 Sep 2009 10:14:21 +0200 Subject: 'flags' parameter added to zmq_init --- perf/c/local_thr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perf/c/local_thr.c') diff --git a/perf/c/local_thr.c b/perf/c/local_thr.c index 9b94330..f9ab720 100644 --- a/perf/c/local_thr.c +++ b/perf/c/local_thr.c @@ -45,7 +45,7 @@ int main (int argc, char *argv []) message_size = atoi (argv [2]); message_count = atoi (argv [3]); - ctx = zmq_init (1, 1); + ctx = zmq_init (1, 1, 0); assert (ctx); s = zmq_socket (ctx, ZMQ_SUB); -- cgit v1.2.3