From b3b42bc947ec44acdc69efdeebb623a0c092078a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 16 Apr 2019 00:44:31 -0700 Subject: replicate need to include new entry path --- other/java/client/src/main/proto/filer.proto | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'other/java/client/src') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 07c73f1d4..350288b53 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -72,10 +72,16 @@ message Entry { map extended = 5; } +message FullEntry { + string dir = 1; + Entry entry = 2; +} + message EventNotification { Entry old_entry = 1; Entry new_entry = 2; bool delete_chunks = 3; + string new_parent_path = 4; } message FileChunk { -- cgit v1.2.3