svn commit: samba r3134 - in branches/SAMBA_4_0/source/smb_server: .

tridge at samba.org tridge at samba.org
Fri Oct 22 06:57:48 GMT 2004


Author: tridge
Date: 2004-10-22 06:57:31 +0000 (Fri, 22 Oct 2004)
New Revision: 3134

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/smb_server&rev=3134&nolog=1

Log:
use struct idr_context * in tid allocation

Modified:
   branches/SAMBA_4_0/source/smb_server/smb_server.h


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb_server.h
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb_server.h	2004-10-22 06:55:18 UTC (rev 3133)
+++ branches/SAMBA_4_0/source/smb_server/smb_server.h	2004-10-22 06:57:31 UTC (rev 3134)
@@ -219,7 +219,7 @@
 		struct smbsrv_tcon *tcons;
 
 		/* an id tree used to allocate tids */
-		void *idtree_tid;
+		struct idr_context *idtree_tid;
 	} tree;
 
 	/* the context associated with open files on an smb socket */



More information about the samba-cvs mailing list