summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-09 20:04:27 +0200
committerVolker Lendecke <vl@samba.org>2009-06-14 11:25:46 +0200
commitc049d098d1e56a56378bc105d1df89c34cc06ddb (patch)
tree89ca6e00e206203ca60798149886f00eb6a234f8 /source3/winbindd/winbindd.h
parentbaa6084378e530b013ac002b91b56cc1e79c5e38 (diff)
downloadsamba-c049d098d1e56a56378bc105d1df89c34cc06ddb.tar.gz
samba-c049d098d1e56a56378bc105d1df89c34cc06ddb.tar.bz2
samba-c049d098d1e56a56378bc105d1df89c34cc06ddb.zip
Convert the main winbind client communication to wb_reqtrans.c
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r--source3/winbindd/winbindd.h2
1 files changed, 1 insertions, 1 deletions
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? */