diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smbldap.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index 390b8f681a..67061fec86 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -128,6 +128,7 @@ extern ATTRIB_MAP_ENTRY trustpw_attr_list[]; have to worry about LDAP structure types */ NTSTATUS smbldap_init(TALLOC_CTX *mem_ctx, + struct event_context *event_ctx, const char *location, struct smbldap_state **smbldap_state); @@ -169,7 +170,8 @@ struct smbldap_state { unsigned int num_failures; time_t last_use; - smb_event_id_t event_id; + struct event_context *event_context; + struct timed_event *idle_event; struct timeval last_rebind; }; |