summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl/drepl_service.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-08-25 12:32:48 +1000
committerAndrew Tridgell <tridge@samba.org>2010-08-25 23:05:05 +1000
commitcb0f8f0ee087475e63bcc969cf501ce9eae9c98f (patch)
treea450836c4711c7201b56749d4984197b9a067dd7 /source4/dsdb/repl/drepl_service.h
parentd78417a5d66f9d7a6d282baa6968eb9ba902328e (diff)
downloadsamba-cb0f8f0ee087475e63bcc969cf501ce9eae9c98f.tar.gz
samba-cb0f8f0ee087475e63bcc969cf501ce9eae9c98f.tar.bz2
samba-cb0f8f0ee087475e63bcc969cf501ce9eae9c98f.zip
s4-repl: load RODC partitions using msDS-hasFullReplicaNCs
we mark these as incoming_only Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/repl/drepl_service.h')
-rw-r--r--source4/dsdb/repl/drepl_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/dsdb/repl/drepl_service.h b/source4/dsdb/repl/drepl_service.h
index eefd4da7f4..4019bf7307 100644
--- a/source4/dsdb/repl/drepl_service.h
+++ b/source4/dsdb/repl/drepl_service.h
@@ -99,6 +99,8 @@ struct dreplsrv_partition {
* a linked list of all source dsa's we replicate from
*/
struct dreplsrv_partition_source_dsa *sources;
+
+ bool incoming_only;
};
typedef void (*dreplsrv_fsmo_callback_t)(struct dreplsrv_service *,