~ubuntu-branches/ubuntu/maverick/mosh/maverick-backports

« back to all changes in this revision

Viewing changes to src/protobufs/transportinstruction.proto

  • Committer: Package Import Robot
  • Author(s): Keith Winstein
  • Date: 2012-03-03 14:05:15 UTC
  • Revision ID: package-import@ubuntu.com-20120303140515-l3xm6fzvrybmu9xd
Tags: upstream-0.96a
ImportĀ upstreamĀ versionĀ 0.96a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
option optimize_for = LITE_RUNTIME;
 
2
 
 
3
package TransportBuffers;
 
4
 
 
5
message Instruction {
 
6
  optional uint32 protocol_version = 1;
 
7
 
 
8
  optional uint64 old_num = 2;
 
9
  optional uint64 new_num = 3;
 
10
  optional uint64 ack_num = 4;
 
11
  optional uint64 throwaway_num = 5;
 
12
 
 
13
  optional bytes diff = 6;
 
14
}