Updates to some of the protobuf files.

Added System.proto for basic info.
 - added relationship field to core.person.
 



git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5468 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-08-25 11:41:39 +00:00
parent 1d35dc2915
commit 51fc0c59fe
5 changed files with 46 additions and 22 deletions

View file

@ -73,7 +73,7 @@ message SearchHit {
}
required rsctrl.core.File file = 1;
required int no_hits = 2
required uint32 no_hits = 2;
required LocFlag loc = 3;
}
@ -93,7 +93,7 @@ message SearchSet {
optional RequestBasicSearch basic_req = 3;
optional RequestAdvSearch adv_req = 4;
repeated SearchHit = 5;
repeated SearchHit hits = 5;
}
@ -128,7 +128,7 @@ message RequestCloseSearch {
// REQUEST: RequestListShares
message RequestListShares {
required int depth = 1; // HOW Many Directories to drill down.
required uint32 depth = 1; // HOW Many Directories to drill down.
repeated string ShareLocation = 2;
}
@ -137,8 +137,6 @@ message ShareLocation {
required string path = 2;
}
message
// REQUEST: RequestChangeShares