aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'other/java/client/src')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index bc159fd14..6d890861d 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -253,6 +253,7 @@ message SubscribeMetadataRequest {
message SubscribeMetadataResponse {
string directory = 1;
EventNotification event_notification = 2;
+ int64 ts_ns = 3;
}
message LogEntry {