git.samba.org
/
sfrench
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8c4565
)
r6997: added a private pointer to the task structure. This is needed by the session...
author
Andrew Tridgell
<tridge@samba.org>
Fri, 27 May 2005 00:25:25 +0000
(
00:25
+0000)
committer
Gerald (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
patch
|
blob
|
history
diff --git
a/source4/smbd/service_task.h
b/source4/smbd/service_task.h
index e8d90d763149a1c100fc04bcc1a4c03933628808..84bb51245513b40582445ad416370ff6f853900d 100644
(file)
--- a/
source4/smbd/service_task.h
+++ b/
source4/smbd/service_task.h
@@
-26,5
+26,6
@@
struct task_server {
const struct model_ops *model_ops;
struct messaging_context *msg_ctx;
uint32_t server_id;
+ void *private;
};