diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-14 21:46:34 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-14 21:46:34 -0700 |
| commit | c34747c79d99d8a08bea31b7339b17dca6fad44d (patch) | |
| tree | c4c119eef25e06e778eff894ec258e607a0774b4 /other/java | |
| parent | cb53802752919fd91342927b401f8f66652c79ec (diff) | |
| download | seaweedfs-c34747c79d99d8a08bea31b7339b17dca6fad44d.tar.xz seaweedfs-c34747c79d99d8a08bea31b7339b17dca6fad44d.zip | |
rename, fix wrong logic.
Diffstat (limited to 'other/java')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 2 |
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 c9257ddca..bb415741f 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 local_mtime = 2; + int64 last_local_sync_ts_ms = 2; string remote_e_tag = 3; int64 remote_mtime = 4; int64 remote_size = 5; |
