diff options
Diffstat (limited to 'librpc/idl/notify.idl')
-rw-r--r-- | librpc/idl/notify.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/notify.idl b/librpc/idl/notify.idl index ec81e8c64ac..66422ec9f9e 100644 --- a/librpc/idl/notify.idl +++ b/librpc/idl/notify.idl @@ -65,6 +65,7 @@ interface notify /* structure sent between servers in notify messages */ typedef [public] struct { uint32 action; + utf8string dir; utf8string path; pointer private_data; } notify_event; |