svn commit: samba r6997 - in branches/SAMBA_4_0/source/smbd: .

tridge at samba.org tridge at samba.org
Fri May 27 00:25:28 GMT 2005


Author: tridge
Date: 2005-05-27 00:25:25 +0000 (Fri, 27 May 2005)
New Revision: 6997

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

Log:
added a private pointer to the task structure. This is needed by the session data
in the web server


Modified:
   branches/SAMBA_4_0/source/smbd/service_task.h


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/service_task.h
===================================================================
--- branches/SAMBA_4_0/source/smbd/service_task.h	2005-05-26 22:06:31 UTC (rev 6996)
+++ branches/SAMBA_4_0/source/smbd/service_task.h	2005-05-27 00:25:25 UTC (rev 6997)
@@ -26,5 +26,6 @@
 	const struct model_ops *model_ops;
 	struct messaging_context *msg_ctx;
 	uint32_t server_id;
+	void *private;
 };
 



More information about the samba-cvs mailing list