aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorleyou240 <leyou240@live.cn>2022-04-18 10:39:29 +0800
committerGitHub <noreply@github.com>2022-04-18 10:39:29 +0800
commit89eb87c1d16640030927af242b34eba47a149427 (patch)
treee7bbc83368c814afa3d6c81c808738f91e32afd4 /other/java/client/src
parent846c56e005243aca99dd4500b5680f340525a320 (diff)
parentb597baf488fa4449d41ac2b78d421751f65f909e (diff)
downloadseaweedfs-89eb87c1d16640030927af242b34eba47a149427.tar.xz
seaweedfs-89eb87c1d16640030927af242b34eba47a149427.zip
Merge branch 'master' into slices.SortFunc
Diffstat (limited to 'other/java/client/src')
-rw-r--r--other/java/client/src/main/proto/filer.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 35086e245..11be522e7 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -319,6 +319,9 @@ message PingRequest {
string target_type = 2;
}
message PingResponse {
+ int64 start_time_ns = 1;
+ int64 remote_time_ns = 2;
+ int64 stop_time_ns = 3;
}
message GetFilerConfigurationRequest {