Martin, > Yes. The field has to be there anyway. > > We just have to find some suitable name for the accessor function... > > bool zmq_msg_end (zmq_msg_t *msg);
While this may not be possible in C/C++, in Python, I would be tempted to hide the message group stuff in send/recv: sock.send([msg1, msg2, msg3]) On the other side: messages = sock.recv() Cheers, Brian -- Brian E. Granger, Ph.D. Assistant Professor of Physics Cal Poly State University, San Luis Obispo [email protected] [email protected] _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
