aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-14 21:50:35 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-14 21:50:35 -0700
commit3ada61c875158dedd24618013da01939cc7acc07 (patch)
tree16f5bef554850614ac7b4c0d7201ce598421a8ea /other/java
parentc34747c79d99d8a08bea31b7339b17dca6fad44d (diff)
downloadseaweedfs-3ada61c875158dedd24618013da01939cc7acc07.tar.xz
seaweedfs-3ada61c875158dedd24618013da01939cc7acc07.zip
rename
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index bb415741f..1c22276ae 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -96,7 +96,7 @@ message ListEntriesResponse {
message RemoteEntry {
string storage_name = 1;
- int64 last_local_sync_ts_ms = 2;
+ int64 last_local_sync_ts_ns = 2;
string remote_e_tag = 3;
int64 remote_mtime = 4;
int64 remote_size = 5;