From: Dave Craft Date: Wed, 11 Jan 2012 14:08:52 +0000 (-0600) Subject: Intersite KCC flags X-Git-Tag: tevent-0.9.15~368 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11e2c8493f08214c290fec87dac18ad23de234bf;p=thirdparty%2Fsamba.git Intersite KCC flags NTDSSITELINK option flags added Signed-off-by: Andrew Tridgell --- diff --git a/libds/common/flags.h b/libds/common/flags.h index c25a9e91019..96709af118e 100644 --- a/libds/common/flags.h +++ b/libds/common/flags.h @@ -268,3 +268,8 @@ #define NTDSCONN_OPT_DISABLE_INTERSITE_COMPRESSION 0x00000010 #define NTDSCONN_OPT_USER_OWNED_SCHEDULE 0x00000020 #define NTDSCONN_OPT_RODC_TOPOLOGY 0x00000040 + +/* 7.1.1.2.2.3.3 Site Link Object options flags */ +#define NTDSSITELINK_OPT_USE_NOTIFY 0x00000001 +#define NTDSSITELINK_OPT_TWOWAY_SYNC 0x00000002 +#define NTDSSITELINK_OPT_DISABLE_COMPRESSION 0x00000004