Skip to content

Commit

Permalink
Update fd slot type to zmq_fd_t
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed May 16, 2021
1 parent 04c3798 commit d6e7ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/zmq_poll.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d6e7ea4

Please sign in to comment.