aboutsummaryrefslogtreecommitdiff
path: root/go/proto
diff options
context:
space:
mode:
authoryourchanges <yourchanges@gmail.com>2015-02-02 15:21:55 +0800
committeryourchanges <yourchanges@gmail.com>2015-02-02 15:21:55 +0800
commita2b1afce783dab0b281cf20c534e95178e62af63 (patch)
tree57a2b1aac0bfb48b53c76f977f47203b20aae902 /go/proto
parenta86042e413e4a702c09943e53fa06f358c179e06 (diff)
parent0e23ee4dce0f700f1aa0651bcce551336f428c85 (diff)
downloadseaweedfs-a2b1afce783dab0b281cf20c534e95178e62af63.tar.xz
seaweedfs-a2b1afce783dab0b281cf20c534e95178e62af63.zip
Merge pull request #4 from chrislusf/master
merge
Diffstat (limited to 'go/proto')
-rw-r--r--go/proto/system_message.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/go/proto/system_message.proto b/go/proto/system_message.proto
index ecd4973f7..548360b27 100644
--- a/go/proto/system_message.proto
+++ b/go/proto/system_message.proto
@@ -23,4 +23,5 @@ message JoinMessage {
optional string data_center = 7;
optional string rack = 8;
repeated VolumeInformationMessage volumes = 9;
+ optional uint32 admin_port = 10;
}