summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/ldb_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/modules/ldb_map.h')
-rw-r--r--source4/lib/ldb/modules/ldb_map.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/lib/ldb/modules/ldb_map.h b/source4/lib/ldb/modules/ldb_map.h
index 99231e61f1..edd3eca871 100644
--- a/source4/lib/ldb/modules/ldb_map.h
+++ b/source4/lib/ldb/modules/ldb_map.h
@@ -135,6 +135,12 @@ struct ldb_map_context {
const struct ldb_dn *remote_base_dn;
};
+/* Global private data */
+struct map_private {
+ void *caller_private;
+ struct ldb_map_context context;
+};
+
/* initialization function */
int
ldb_map_init(struct ldb_module *module,