svn commit: samba r11772 - in branches/SAMBA_4_0/source/include: .

tridge at samba.org tridge at samba.org
Fri Nov 18 06:29:06 GMT 2005


Author: tridge
Date: 2005-11-18 06:29:05 +0000 (Fri, 18 Nov 2005)
New Revision: 11772

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11772

Log:

- setfileinfo needs a smb2_handle for SMB2 support

- added smb2_setinfo to structs.h

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


Changeset:
Modified: branches/SAMBA_4_0/source/include/smb_interfaces.h
===================================================================
--- branches/SAMBA_4_0/source/include/smb_interfaces.h	2005-11-18 06:28:15 UTC (rev 11771)
+++ branches/SAMBA_4_0/source/include/smb_interfaces.h	2005-11-18 06:29:05 UTC (rev 11772)
@@ -766,6 +766,7 @@
 		union setfileinfo_file {
 			const char *fname;
 			uint16_t fnum;
+			struct smb2_handle handle; /* only for SMB2 */
 		} file;
 	} generic;
 

Modified: branches/SAMBA_4_0/source/include/structs.h
===================================================================
--- branches/SAMBA_4_0/source/include/structs.h	2005-11-18 06:28:15 UTC (rev 11771)
+++ branches/SAMBA_4_0/source/include/structs.h	2005-11-18 06:29:05 UTC (rev 11772)
@@ -346,6 +346,7 @@
 struct smb2_create;
 struct smb2_close;
 struct smb2_getinfo;
+struct smb2_setinfo;
 struct smb2_read;
 struct smb2_write;
 struct smb2_handle;



More information about the samba-cvs mailing list