From 8d55f68c617316b39c1384de30ce303e66055c3d Mon Sep 17 00:00:00 2001 From: "Srivats P." Date: Sun, 8 May 2011 16:56:15 +0530 Subject: [PATCH] Added explicit option to generate the "generic service code" since by default protobuf 2.4.0 and later don't generate them. Also since protobuf 2.3.0 is the first version that understands this option, the minimum protobuf version required for Ostinato now becomes 2.3.0 --- common/protocol.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/common/protocol.proto b/common/protocol.proto index 5e3f208..1c9aaa3 100644 --- a/common/protocol.proto +++ b/common/protocol.proto @@ -18,6 +18,7 @@ along with this program. If not, see */ package OstProto; +option cc_generic_services = true; message StreamId { required uint32 id = 1;