summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/krb5_init_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/kerberos/krb5_init_context.h')
-rw-r--r--source4/auth/kerberos/krb5_init_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/kerberos/krb5_init_context.h b/source4/auth/kerberos/krb5_init_context.h
index c55b2dc8bc..047772c8f7 100644
--- a/source4/auth/kerberos/krb5_init_context.h
+++ b/source4/auth/kerberos/krb5_init_context.h
@@ -20,6 +20,7 @@
struct smb_krb5_context {
krb5_context krb5_context;
krb5_log_facility *logf;
+ struct tevent_context *current_ev;
};
struct tevent_context;