mirror of
https://github.com/zeromq/libzmq.git
synced 2025-07-03 01:05:23 +02:00
Add the tag name to the zmq_pollitem_t struct to allow easier forward declaration
This commit is contained in:
parent
e224be25dc
commit
52db50f844
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user