summaryrefslogtreecommitdiff
path: root/source3/lib/ldb/include/ldb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/ldb/include/ldb.h')
-rw-r--r--source3/lib/ldb/include/ldb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/ldb/include/ldb.h b/source3/lib/ldb/include/ldb.h
index d2f3bd53d3..0af734eb13 100644
--- a/source3/lib/ldb/include/ldb.h
+++ b/source3/lib/ldb/include/ldb.h
@@ -357,6 +357,9 @@ struct ldb_attrib_handler {
*/
#define LDB_ATTR_FLAG_HIDDEN (1<<0)
+/* the attribute handler name should be freed when released */
+#define LDB_ATTR_FLAG_ALLOCATED (1<<1)
+
/**
The attribute is constructed from other attributes
*/