r6997: added a private pointer to the task structure. This is needed by the session...
authorAndrew Tridgell <tridge@samba.org>
Fri, 27 May 2005 00:25:25 +0000 (00:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:03 +0000 (13:17 -0500)
in the web server
(This used to be commit ac438f0a9cc38ebec95133250c04c4935032b24d)

source4/smbd/service_task.h

index e8d90d763149a1c100fc04bcc1a4c03933628808..84bb51245513b40582445ad416370ff6f853900d 100644 (file)
@@ -26,5 +26,6 @@ struct task_server {
        const struct model_ops *model_ops;
        struct messaging_context *msg_ctx;
        uint32_t server_id;
+       void *private;
 };