summaryrefslogtreecommitdiffstats
path: root/source4/smbd/service_task.h
Commit message (Collapse)AuthorAgeFilesLines
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+3
| | | | (This used to be commit 1a16a6f1dfa66499af43a6b88b3ea69a6a75f1fe)
* r6997: added a private pointer to the task structure. This is needed by the ↵Andrew Tridgell2007-10-101-0/+1
| | | | | | | session data in the web server (This used to be commit ac438f0a9cc38ebec95133250c04c4935032b24d)
* r5104: - added support for task based servers. These are servers that withinAndrew Tridgell2007-10-101-0/+30
themselves are run as a single process, but run as a child of the main process when smbd is run in the standard model, and run as part of the main process when in the single mode. - rewrote the winbind template code to use the new task services. Also fixed the packet queueing - got rid of event_context_merge() as it is no longer needed (This used to be commit 339964a596689278d2138cff05d7d444798a3504)