mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 11:31:56 +01:00
'flags' parameter added to zmq_init
This commit is contained in:
@@ -33,7 +33,7 @@ class local_thr
|
||||
long messageSize = Integer.parseInt (args [1]);
|
||||
long messageCount = Integer.parseInt (args [2]);
|
||||
|
||||
org.zmq.Context ctx = new org.zmq.Context (1, 1);
|
||||
org.zmq.Context ctx = new org.zmq.Context (1, 1, 0);
|
||||
|
||||
org.zmq.Socket s = new org.zmq.Socket (ctx, org.zmq.Socket.SUB);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user