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
eb1d72f8
Commit
eb1d72f8
authored
Aug 16, 2015
by
taotetek
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1526 from somdoron/master
problem: new field is breaking existing code
parents
e74e36de
9d829f72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
zmq.h
include/zmq.h
+2
-2
No files found.
include/zmq.h
View file @
eb1d72f8
...
...
@@ -397,8 +397,7 @@ ZMQ_EXPORT int zmq_remove_poller (void *s, void *p);
typedef
struct
zmq_pollitem_t
{
void
*
socket
;
void
*
poller
;
void
*
socket
;
#if defined _WIN32
SOCKET
fd
;
#else
...
...
@@ -406,6 +405,7 @@ typedef struct zmq_pollitem_t
#endif
short
events
;
short
revents
;
void
*
poller
;
}
zmq_pollitem_t
;
#define ZMQ_POLLITEMS_DFLT 16
...
...
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