aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master.proto
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-05-30 22:47:29 -0700
committerchrislu <chris.lu@gmail.com>2022-05-30 22:47:29 -0700
commitf4a6da6cb276f1891b01097670b044fd4ee6139d (patch)
tree8b92c13091e1d9973ce21e4f0c9ac143bd667cfd /weed/pb/master.proto
parent596c3860cac83a75ae9ce728c8a043133c03d098 (diff)
parentca01ce05249c336ed380d9f77efbee68213b8a37 (diff)
downloadseaweedfs-f4a6da6cb276f1891b01097670b044fd4ee6139d.tar.xz
seaweedfs-f4a6da6cb276f1891b01097670b044fd4ee6139d.zip
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
Diffstat (limited to 'weed/pb/master.proto')
-rw-r--r--weed/pb/master.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto
index 5d395f074..84ec7374b 100644
--- a/weed/pb/master.proto
+++ b/weed/pb/master.proto
@@ -159,6 +159,7 @@ message ClusterNodeUpdate {
bool is_leader = 3;
bool is_add = 4;
string filer_group = 5;
+ int64 created_at_ns = 6;
}
message KeepConnectedResponse {
@@ -320,6 +321,7 @@ message ListClusterNodesResponse {
string address = 1;
string version = 2;
bool is_leader = 3;
+ int64 created_at_ns = 4;
}
repeated ClusterNode cluster_nodes = 1;
}