diff options
Diffstat (limited to 'src/msg_content.hpp')
-rw-r--r-- | src/msg_content.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msg_content.hpp b/src/msg_content.hpp index 22dd915..cb217b7 100644 --- a/src/msg_content.hpp +++ b/src/msg_content.hpp @@ -42,6 +42,7 @@ namespace zmq void *data; size_t size; zmq_free_fn *ffn; + void *hint; zmq::atomic_counter_t refcnt; }; |