mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
Merge pull request #425 from Astellar/zmq_msg_t
zmq_msg_t will now typedef a named struct.
This commit is contained in:
commit
a6c6054ef2
@ -176,7 +176,7 @@ ZMQ_EXPORT int zmq_term (void *context);
|
||||
/* 0MQ message definition. */
|
||||
/******************************************************************************/
|
||||
|
||||
typedef struct {unsigned char _ [32];} zmq_msg_t;
|
||||
typedef struct zmq_msg_t {unsigned char _ [32];} zmq_msg_t;
|
||||
|
||||
typedef void (zmq_free_fn) (void *data, void *hint);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user