mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 17:58:01 +08:00
Update fd slot type to zmq_fd_t
This commit is contained in:
parent
04c37982b1
commit
d6e7ea44f7
@ -25,7 +25,7 @@ array. The *zmq_pollitem_t* structure is defined as follows:
|
|||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
void '*socket';
|
void '*socket';
|
||||||
int 'fd';
|
zmq_fd_t 'fd';
|
||||||
short 'events';
|
short 'events';
|
||||||
short 'revents';
|
short 'revents';
|
||||||
} zmq_pollitem_t;
|
} zmq_pollitem_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user