summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-05-17 10:41:25 +0200
committerJeremy Allison <jra@samba.org>2019-05-18 19:06:23 +0000
commitf1226bfbe92aed9c96ce142c823986e63d881846 (patch)
treef90a6715f693531f5f7fbebb24b2b3cab38e5da2 /source3/librpc
parent0b8b04dbd3f053f11da15a8f28bbd5cbd9f4d48b (diff)
downloadsamba-f1226bfbe92aed9c96ce142c823986e63d881846.tar.gz
smbd: Add file_rename_message in idl
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/open_files.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/librpc/idl/open_files.idl b/source3/librpc/idl/open_files.idl
index a823e3f9134..8111cb6360f 100644
--- a/source3/librpc/idl/open_files.idl
+++ b/source3/librpc/idl/open_files.idl
@@ -104,4 +104,11 @@ interface open_files
udlong share_file_id;
uint8 break_to;
} oplock_break_message;
+
+ typedef [public] struct {
+ file_id id;
+ [string,charset(UTF8)] char *servicepath;
+ [string,charset(UTF8)] char *base_name;
+ [string,charset(UTF8)] char *stream_name;
+ } file_rename_message;
}