aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master.proto
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/master.proto')
-rw-r--r--weed/pb/master.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto
index fcd5cebf1..561c5ab98 100644
--- a/weed/pb/master.proto
+++ b/weed/pb/master.proto
@@ -177,6 +177,11 @@ message AssignResponse {
uint64 count = 4;
string error = 5;
string auth = 6;
+ message Replica {
+ string url = 1;
+ string public_url = 2;
+ }
+ repeated Replica replicas = 7;
}
message StatisticsRequest {