s3:smbd:smb2: add a persistent flag to the global open structure
authorMichael Adam <obnox@samba.org>
Fri, 2 Mar 2012 21:24:44 +0000 (22:24 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 May 2012 16:42:02 +0000 (18:42 +0200)
source3/librpc/idl/smbXsrv.idl

index 6f81863b2d7131e58453dee5c394e588ef59d545..3a7fd240847fac493ff6936907ec3c6d561617be 100644 (file)
@@ -106,6 +106,7 @@ interface smbXsrv
                hyper                           open_persistent_id;
                hyper                           open_volatile_id;
                boolean8                        durable;
+               boolean8                        persistent;
                NTTIME                          open_time;
                [charset(UTF8),string] char     *open_path;
                // TODO: DATA_BLOB                      backend_info;