zmq_msg_init_data (3) Linux Manual Page
zmq_msg_init_data – initialise 0MQ message from a supplied buffer Synopsis typedef void (zmq_free_fn) (void *data, void *hint); int zmq_msg_init_data(zmq_msg_t *msg, void *data, size_t size, zmq_free_fn *ffn, void *hint); Description The zmq_msg_init_data() function shall initialise the message object referenced by msg to represent the content referenced by the buffer located at address data, size bytes long….
