summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-21 01:20:22 +0200
committerVolker Lendecke <vl@samba.org>2008-08-23 13:19:35 +0200
commit6e89443ebacaa082c50935e4359f70686e1cc184 (patch)
tree3d63795694c3c72b4ea7275f95b0255e4ed48cbd /source3/winbindd/winbindd.h
parent4a5ccfb91f8d427fe9fa83cab992587fe6ce70c7 (diff)
downloadsamba-6e89443ebacaa082c50935e4359f70686e1cc184.tar.gz
samba-6e89443ebacaa082c50935e4359f70686e1cc184.tar.bz2
samba-6e89443ebacaa082c50935e4359f70686e1cc184.zip
winbindd: add event based machine password change.
Guenther (This used to be commit 15b72d44cbde0b8a375d8ed3d045c40ae97ec05a)
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r--source3/winbindd/winbindd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index 1b8cd9163f..04b0b39f81 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -153,6 +153,7 @@ struct winbindd_child {
struct fd_event event;
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;