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