smbXsrv.idl: add file_id to the open_global structure
authorMichael Adam <obnox@samba.org>
Fri, 10 Feb 2012 23:11:17 +0000 (00:11 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 May 2012 16:41:25 +0000 (18:41 +0200)
so that we can look up the backend info in the locking.tdb

This is a preliminary hack. Later we should use a
"DATA_BLOB backend_info" with pack/unpack functions
so that the implementation is hidden from the
smb layer.

source3/librpc/idl/smbXsrv.idl

index b76f193c01f5c1d1dc4f91624c56b6f8672be041..52832a684a606bc0e2eb3ae83a44f8063f077b2d 100644 (file)
@@ -99,6 +99,8 @@ interface smbXsrv
                hyper                           open_volatile_id;
                NTTIME                          open_time;
                [charset(UTF8),string] char     *open_path;
+               // TODO: DATA_BLOB                      backend_info;
+               file_id                         backend_file_id;
        } smbXsrv_open_global0;
 
        typedef union {