From 069a5fe72d38f8e15b4416992453ac41a425ce9a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 16 Nov 2011 14:52:40 -0500 Subject: RESPONDER: Refactor DP requests into tevent_req style --- src/responder/nss/nsssrv_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/responder/nss/nsssrv_private.h') diff --git a/src/responder/nss/nsssrv_private.h b/src/responder/nss/nsssrv_private.h index 27b0e567..2aa322c5 100644 --- a/src/responder/nss/nsssrv_private.h +++ b/src/responder/nss/nsssrv_private.h @@ -85,6 +85,7 @@ struct setent_step_ctx { struct nss_dom_ctx *dctx; struct getent_ctx *getent_ctx; struct resp_ctx *rctx; + struct cli_ctx *cctx; bool check_next; bool returned_to_mainloop; -- cgit