Merge pull request #920 from mbarbisan/master

Add the tag name to the zmq_pollitem_t struct to allow easier forward de...
This commit is contained in:
Pieter Hintjens 2014-03-12 15:28:31 +01:00
commit 4e5f866fa4

View File

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