Commit 52db50f8 authored by Mark Barbisan's avatar Mark Barbisan

Add the tag name to the zmq_pollitem_t struct to allow easier forward declaration

parent e224be25
...@@ -382,7 +382,7 @@ ZMQ_EXPORT int zmq_recviov (void *s, struct iovec *iov, size_t *count, int flags ...@@ -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_POLLOUT 2
#define ZMQ_POLLERR 4 #define ZMQ_POLLERR 4
typedef struct typedef struct zmq_pollitem_t
{ {
void *socket; void *socket;
#if defined _WIN32 #if defined _WIN32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment