mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 09:47:56 +08:00
Inproc tests need no I/O threads
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
7c0c798120
commit
da26134aa6
@ -23,7 +23,7 @@
|
||||
|
||||
int main (int argc, char *argv [])
|
||||
{
|
||||
void *ctx = zmq_init (1);
|
||||
void *ctx = zmq_init (0);
|
||||
assert (ctx);
|
||||
|
||||
void *sb = zmq_socket (ctx, ZMQ_PAIR);
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
int main (int argc, char *argv [])
|
||||
{
|
||||
void *ctx = zmq_init (1);
|
||||
void *ctx = zmq_init (0);
|
||||
assert (ctx);
|
||||
|
||||
void *sb = zmq_socket (ctx, ZMQ_REP);
|
||||
|
Loading…
x
Reference in New Issue
Block a user