From 52db50f8446787fd37e68b3ca6adf28d65a42251 Mon Sep 17 00:00:00 2001 From: Mark Barbisan Date: Wed, 12 Mar 2014 10:11:12 -0400 Subject: [PATCH] Add the tag name to the zmq_pollitem_t struct to allow easier forward declaration --- include/zmq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zmq.h b/include/zmq.h index ea9b8a70..ab2e07b7 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -382,7 +382,7 @@ ZMQ_EXPORT int zmq_recviov (void *s, struct iovec *iov, size_t *count, int flags #define ZMQ_POLLOUT 2 #define ZMQ_POLLERR 4 -typedef struct +typedef struct zmq_pollitem_t { void *socket; #if defined _WIN32