~dandrader/mir/cross-compile-parallel

« back to all changes in this revision

Viewing changes to src/shared/protobuf/mir_protobuf_wire.proto

  • Committer: Daniel van Vugt
  • Date: 2013-08-28 03:41:48 UTC
  • mfrom: (1026 trunk)
  • mto: This revision was merged to the branch mainline in revision 1040.
  • Revision ID: daniel.van.vugt@canonical.com-20130828034148-3rie198rwv3qmnhz
MergeĀ latestĀ lp:mir

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  required uint32 id = 1;
5
5
  required string method_name = 2;
6
6
  required bytes  parameters = 3;
 
7
  optional uint32 protocol_version = 4;
7
8
}
8
9
 
9
10
message Result {