summaryrefslogtreecommitdiff
path: root/libds/common/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'libds/common/flags.h')
-rw-r--r--libds/common/flags.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libds/common/flags.h b/libds/common/flags.h
index dfdd603a15..fb90e6614e 100644
--- a/libds/common/flags.h
+++ b/libds/common/flags.h
@@ -180,3 +180,6 @@
#define DS_DC_FUNCTION_2008 3
#define DS_DC_FUNCTION_2008_R2 4
+/* sa->systemFlags on attributes */
+#define DS_FLAG_ATTR_NOT_REPLICATED 0x00000001
+#define DS_FLAG_ATTR_IS_CONSTRUCTED 0x00000004