summaryrefslogtreecommitdiffstats
path: root/src/backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend.h')
-rw-r--r--src/backend.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/backend.h b/src/backend.h
index 8c00dd4..7974aae 100644
--- a/src/backend.h
+++ b/src/backend.h
@@ -46,10 +46,12 @@ 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. */
+ /* Subtrees under which all of the contents that we care about, and
+ * anything that refers to content that we care about, will be stored.
+ * Other locations will be silently ignored if this list contains any
+ * values. */
+ const struct slapi_dn **restrict_subtrees;
+ /* Subtrees under which we ignore contents and updates. */
const struct slapi_dn **ignore_subtrees;
struct backend_set_data *self;
};