summaryrefslogtreecommitdiff
path: root/source4/kdc/hdb-samba4.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/kdc/hdb-samba4.h')
-rw-r--r--source4/kdc/hdb-samba4.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/source4/kdc/hdb-samba4.h b/source4/kdc/hdb-samba4.h
index 3a377ddf0b..0b39fdfb10 100644
--- a/source4/kdc/hdb-samba4.h
+++ b/source4/kdc/hdb-samba4.h
@@ -21,8 +21,12 @@
*/
extern TALLOC_CTX *hdb_samba4_mem_ctx;
-extern struct tevent_context *hdb_samba4_ev_ctx;
-extern struct loadparm_context *hdb_samba4_lp_ctx;
+
+struct hdb_samba4_context {
+ struct tevent_context *ev_ctx;
+ struct loadparm_context *lp_ctx;
+};
+
extern struct hdb_method hdb_samba4;
struct hdb_samba4_private {