From c049d098d1e56a56378bc105d1df89c34cc06ddb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 9 May 2009 20:04:27 +0200 Subject: Convert the main winbind client communication to wb_reqtrans.c --- source3/winbindd/winbindd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/winbindd.h') diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h index 31d73a5cc8..314643c4e1 100644 --- a/source3/winbindd/winbindd.h +++ b/source3/winbindd/winbindd.h @@ -61,7 +61,6 @@ struct sid_ctr { struct winbindd_cli_state { struct winbindd_cli_state *prev, *next; /* Linked list pointers */ int sock; /* Open socket from client */ - struct winbindd_fd_event fd_event; pid_t pid; /* pid of client */ bool finished; /* Can delete from list */ bool write_extra_data; /* Write extra_data field */ @@ -71,6 +70,7 @@ struct winbindd_cli_state { TALLOC_CTX *mem_ctx; /* memory per request */ struct winbindd_request *request; /* Request from client */ struct winbindd_request _request; + struct tevent_queue *out_queue; struct winbindd_response response; /* Respose to client */ bool getpwent_initialized; /* Has getpwent_state been * initialized? */ -- cgit