From d6e7ea44f715054b8151acd0c41bd0fe9b68400d Mon Sep 17 00:00:00 2001 From: "Tarn W. Burton" Date: Sun, 16 May 2021 08:50:06 -0400 Subject: [PATCH] Update fd slot type to zmq_fd_t --- doc/zmq_poll.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zmq_poll.txt b/doc/zmq_poll.txt index 726064e1..ddfb3911 100644 --- a/doc/zmq_poll.txt +++ b/doc/zmq_poll.txt @@ -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;