mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 14:37:36 +01:00
Let socket event messages initialize with zmq_msg_init_data and let the framework handle cleanup
This commit is contained in:
@@ -38,6 +38,11 @@
|
||||
#include "clock.hpp"
|
||||
#include "pipe.hpp"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
void zmq_free_event (void *data, void *hint);
|
||||
}
|
||||
|
||||
namespace zmq
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user