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/nss/nsssrv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/nss/nsssrv.h') diff --git a/server/nss/nsssrv.h b/server/nss/nsssrv.h index 5d49e79f..cf07ad49 100644 --- a/server/nss/nsssrv.h +++ b/server/nss/nsssrv.h @@ -43,7 +43,6 @@ struct nss_sbus_ctx { struct nss_ctx { struct event_context *ev; - struct task_server *task; struct fd_event *lfde; int lfd; struct nss_ldb_ctx *lctx; @@ -76,7 +75,7 @@ struct cli_request { /* from nsssrv_packet.c */ int nss_packet_new(TALLOC_CTX *mem_ctx, size_t size, - enum sss_nss_command cmd, + enum sss_nss_command cmd, struct nss_packet **rpacket); int nss_packet_grow(struct nss_packet *packet, size_t size); int nss_packet_recv(struct nss_packet *packet, int fd); -- cgit