From edd05ae9d671c9209d630c68a1aff5c5cca8ee32 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 20 Nov 2008 08:16:52 -0500 Subject: Start conversion from a fork() and live to a fork()/exec() model. To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children. --- server/providers/providers.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/providers/providers.h') diff --git a/server/providers/providers.h b/server/providers/providers.h index a1cc1fc42..19eab827c 100644 --- a/server/providers/providers.h +++ b/server/providers/providers.h @@ -19,4 +19,6 @@ along with this program. If not, see . */ -void dp_task_init(struct task_server *task); +int dp_process_init(TALLOC_CTX *mem_ctx, + struct event_context *ev, + struct confdb_ctx *cdb); -- cgit