[protobuf] proto3 - message inside messages

2016-09-14 Thread Sachin Gole
Hi All, I have one requirement where I wanted to pass request object either Socket or GetHost Can any one know how to define that in Action message message Action { uint32 protocol_version = 1; // protocol version int64 request_uid = 2; // request uid int64 socket_id = 3; // value

[protobuf] Re: protobuf-3.0 on freebsd-7

2016-09-14 Thread Sowmya Narayanam
I am using g++ (GCC) 4.2.1 20070719 [FreeBSD] On Saturday, September 10, 2016 at 4:02:56 AM UTC+5:30, Gerben Stavenga wrote: > > I dont think the OS matters. Which version of g++ do you use? > > > On Friday, September 9, 2016 at 2:47:24 PM UTC-7, Sowmya Narayanam wrote: >> >> Can i compile