summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/ostinato/files/protobuf-2.4.0.diff')
-rw-r--r--net-analyzer/ostinato/files/protobuf-2.4.0.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/ostinato/files/protobuf-2.4.0.diff b/net-analyzer/ostinato/files/protobuf-2.4.0.diff
new file mode 100644
index 000000000000..4d42b253a844
--- /dev/null
+++ b/net-analyzer/ostinato/files/protobuf-2.4.0.diff
@@ -0,0 +1,11 @@
+--- common/protocol.proto 2010-11-08 11:47:19.000000000 -0500
++++ common/protocol.proto.new 2011-04-18 13:54:03.725337006 -0400
+@@ -19,6 +19,8 @@
+
+ package OstProto;
+
++option cc_generic_services = true;
++
+ message StreamId {
+ required uint32 id = 1;
+ }