struct msg1
{
int header;
char data[5];
}msg1;
int main(int argc, char *argv[])
{
void *context = zmq_init(1);
struct msg1 s2;
.......................
........................
and s_send(sender,s2);
.................
..............
create a error
so please is there any way to send msg which supports structure sending over
a socket...
--
Thanks & Regards,
Rakesh Kumar Jha
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev