svn commit: samba r1895 - branches/SAMBA_4_0/source/include

tridge at samba.org tridge at samba.org
Wed Aug 18 20:04:56 GMT 2004


Author: tridge
Date: 2004-08-18 20:04:56 +0000 (Wed, 18 Aug 2004)
New Revision: 1895

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1895&nolog=1

Log:
added a note about OPEN_BY_FILE_ID to the ntcreatex interface definition


Modified:
   branches/SAMBA_4_0/source/include/smb_interfaces.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/smb_interfaces.h
===================================================================
--- branches/SAMBA_4_0/source/include/smb_interfaces.h	2004-08-18 19:57:49 UTC (rev 1894)
+++ branches/SAMBA_4_0/source/include/smb_interfaces.h	2004-08-18 20:04:56 UTC (rev 1895)
@@ -1096,6 +1096,9 @@
 			uint32_t create_options;
 			uint32_t impersonation;
 			uint8_t  security_flags;
+			/* NOTE: fname can also be a pointer to a
+			 uint64_t file_id if create_options has the
+			 NTCREATEX_OPTIONS_OPEN_BY_FILE_ID flag set */
 			const char *fname;
 		} in;
 



More information about the samba-cvs mailing list