zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 195 forks source link

Flip the order of _msg and _sent in zmqpp::frame #200

Closed zavorka closed 6 years ago

zavorka commented 6 years ago

As stated in zmq.h, the zmq_msg_t structure must be aligned on the address boundary if SIGBUS violations are to be avoided on architectures enforcing such alignment.