~ubuntuone-control-tower/ubuntuone-storage-protocol/stable-1-6

« back to all changes in this revision

Viewing changes to ubuntuone/storageprotocol/protocol.proto

  • Committer: Tarmac
  • Author(s): guillermo.gonzalez at canonical
  • Date: 2010-08-05 08:01:11 UTC
  • mfrom: (115.1.1 volume_id-in-shares-from_me)
  • Revision ID: rodney.dawes@canonical.com-20100805080111-rlue92nn16pk20h6
Add subtree volume_id on ShareResponse with direction "from_me".

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
    optional AccessLevel access_level = 8;
303
303
    optional uint64 generation = 9;
304
304
    optional uint64 free_bytes = 10;
 
305
    // only for shares FROM_ME
 
306
    optional bytes subtree_volume_id = 11;
305
307
}
306
308
 
307
309
message NotifyShare {