Update fd slot type to zmq_fd_t

This commit is contained in:
Tarn W. Burton 2021-05-16 08:50:06 -04:00
parent 04c37982b1
commit d6e7ea44f7

View File

@ -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;