summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/samdb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-03 12:52:31 +1000
committerAndrew Tridgell <tridge@samba.org>2009-09-03 18:36:08 +1000
commite6257d94de5ba72f4c14ee13f3643f39d2caf5c6 (patch)
tree783649b431ba14ee18703fe6d9a0bb776e52c373 /source4/dsdb/samdb/samdb.h
parent95fd3c8ee061100fc5949440f257e53084df72a7 (diff)
downloadsamba-e6257d94de5ba72f4c14ee13f3643f39d2caf5c6.tar.gz
samba-e6257d94de5ba72f4c14ee13f3643f39d2caf5c6.tar.bz2
samba-e6257d94de5ba72f4c14ee13f3643f39d2caf5c6.zip
add the the linked attributes elements to the repl structure
This exposes the linked_attributes to the repl_meta_data module
Diffstat (limited to 'source4/dsdb/samdb/samdb.h')
-rw-r--r--source4/dsdb/samdb/samdb.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h
index 4a40f6e623..d86200399a 100644
--- a/source4/dsdb/samdb/samdb.h
+++ b/source4/dsdb/samdb/samdb.h
@@ -73,7 +73,7 @@ struct dsdb_extended_replicated_objects {
* this is the version of the dsdb_extended_replicated_objects
* version 0: initial implementation
*/
-#define DSDB_EXTENDED_REPLICATED_OBJECTS_VERSION 0
+#define DSDB_EXTENDED_REPLICATED_OBJECTS_VERSION 1
uint32_t version;
struct ldb_dn *partition_dn;
@@ -83,6 +83,9 @@ struct dsdb_extended_replicated_objects {
uint32_t num_objects;
struct dsdb_extended_replicated_object *objects;
+
+ uint32_t linked_attributes_count;
+ const struct drsuapi_DsReplicaLinkedAttribute *linked_attributes;
};
struct dsdb_naming_fsmo {