aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-04-16 12:45:49 -0700
committerchrislu <chris.lu@gmail.com>2022-04-16 12:45:49 -0700
commitb4be56bb3b97e979221ba3a123186479ba90cc57 (patch)
tree97623e04bbf56e0152c83d0df79ba36ffb475adf /other/java/client
parent47eb9485b800d788a850a0d82f529bc7161b13f7 (diff)
downloadseaweedfs-b4be56bb3b97e979221ba3a123186479ba90cc57.tar.xz
seaweedfs-b4be56bb3b97e979221ba3a123186479ba90cc57.zip
add timing info during ping operation
Diffstat (limited to 'other/java/client')
-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 {