Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
675bd464
Commit
675bd464
authored
Jun 22, 2013
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #584 from hurtonm/master
Fix test_disconnect_inproc to work on ILP64 systems
parents
9eb25215
1b863243
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
test_disconnect_inproc.cpp
tests/test_disconnect_inproc.cpp
+1
-2
No files found.
tests/test_disconnect_inproc.cpp
View file @
675bd464
...
...
@@ -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));
int
32_t
more
;
int
more
;
size_t
more_size
=
sizeof
(
more
);
int
iteration
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment