aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index d815cfeb4..1f1634f9b 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -271,6 +271,7 @@ message Location {
string url = 1;
string public_url = 2;
uint32 grpc_port = 3;
+ string data_center = 4;
}
message LookupVolumeResponse {
map<string, Locations> locations_map = 1;