svn commit: samba r22619 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Tue May 1 02:01:46 GMT 2007


Author: metze
Date: 2007-05-01 02:01:45 +0000 (Tue, 01 May 2007)
New Revision: 22619

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

Log:
fix pidl warnings

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/irpc.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/irpc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/irpc.idl	2007-05-01 02:00:57 UTC (rev 22618)
+++ branches/SAMBA_4_0/source/librpc/idl/irpc.idl	2007-05-01 02:01:45 UTC (rev 22619)
@@ -43,7 +43,7 @@
 		hyper release_count;
 	} nbtd_statistics;
 
-	typedef union {
+	typedef [switch_type(nbtd_info_level)] union {
 		[case(NBTD_INFO_STATISTICS)] nbtd_statistics *stats;
 	} nbtd_info;
 
@@ -114,7 +114,7 @@
 		[size_is(num_tcons)] smbsrv_tcon_info *tcons;
 	} smbsrv_tcons;
 
-	typedef union {
+	typedef [switch_type(smbsrv_info_level)] union {
 		[case(SMBSRV_INFO_SESSIONS)] smbsrv_sessions sessions;
 		[case(SMBSRV_INFO_TCONS)]    smbsrv_tcons    tcons;
 	} smbsrv_info;



More information about the samba-cvs mailing list