mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 15:41:05 +08:00
Fix test_disconnect_inproc to work on ILP64 systems
This commit is contained in:
parent
8af208fab7
commit
1b86324396
@ -18,7 +18,6 @@
|
||||
*/
|
||||
|
||||
#include <zmq.h>
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
@ -43,7 +42,7 @@ int main(int argc, char** argv) {
|
||||
zmq_bind(pubSocket, "inproc://someInProcDescriptor") && printf("zmq_bind: %s\n", zmq_strerror(errno));
|
||||
//zmq_bind(pubSocket, "tcp://*:30010") && printf("zmq_bind: %s\n", zmq_strerror(errno));
|
||||
|
||||
int32_t more;
|
||||
int more;
|
||||
size_t more_size = sizeof(more);
|
||||
int iteration = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user