r5104: - added support for task based servers. These are servers that within
authorAndrew Tridgell <tridge@samba.org>
Sun, 30 Jan 2005 02:55:30 +0000 (02:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:23 +0000 (13:09 -0500)
commit1447b9a8c135ddc8d369be9ab970a4cccf4ecf0e
treefea0e3bc04a63cb7d3eb0dfad86e0589b12a235d
parent597142ddd3575a50a491a89dd5ce5fb40945028f
r5104: - added support for task based servers. These are servers that within
  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)
12 files changed:
source4/build/smb_build/main.pm
source4/include/structs.h
source4/lib/events.c
source4/smbd/config.mk
source4/smbd/process_model.h
source4/smbd/process_single.c
source4/smbd/process_standard.c
source4/smbd/process_thread.c
source4/smbd/service_stream.c
source4/smbd/service_task.c [new file with mode: 0644]
source4/smbd/service_task.h [new file with mode: 0644]
source4/winbind/wb_server.c