summaryrefslogtreecommitdiffstats
path: root/src/backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend.h')
-rw-r--r--src/backend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backend.h b/src/backend.h
index be6693d..8c00dd4 100644
--- a/src/backend.h
+++ b/src/backend.h
@@ -46,6 +46,9 @@ struct backend_shr_set_data {
/* Configuration flag indicating whether or not we try to skip
* recomputing data in this map. */
unsigned int skip_uninteresting_updates:1;
+ /* Subtrees under which all of the contents that we care about will be
+ * stored. Other locaoins will be silently ignored. */
+ const struct slapi_dn **relevant_subtrees;
/* Subtrees under which we ignore contents. */
const struct slapi_dn **ignore_subtrees;
struct backend_set_data *self;