diff options
| author | chrislu <chris.lu@gmail.com> | 2022-04-16 12:45:49 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-04-16 12:45:49 -0700 |
| commit | b4be56bb3b97e979221ba3a123186479ba90cc57 (patch) | |
| tree | 97623e04bbf56e0152c83d0df79ba36ffb475adf /other/java/client/src | |
| parent | 47eb9485b800d788a850a0d82f529bc7161b13f7 (diff) | |
| download | seaweedfs-b4be56bb3b97e979221ba3a123186479ba90cc57.tar.xz seaweedfs-b4be56bb3b97e979221ba3a123186479ba90cc57.zip | |
add timing info during ping operation
Diffstat (limited to 'other/java/client/src')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 3 |
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 { |
