diff options
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r-- | source3/winbindd/winbindd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h index 314643c4e1..b294b6a4bd 100644 --- a/source3/winbindd/winbindd.h +++ b/source3/winbindd/winbindd.h @@ -148,10 +148,11 @@ struct winbindd_child { struct winbindd_domain *domain; char *logfilename; - struct winbindd_fd_event event; + int sock; + struct tevent_queue *queue; + struct timed_event *lockout_policy_event; struct timed_event *machine_password_change_event; - struct winbindd_async_request *requests; const struct winbindd_child_dispatch_table *table; }; |