mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
Merge pull request #1526 from somdoron/master
problem: new field is breaking existing code
This commit is contained in:
commit
eb1d72f81d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user