summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl/drepl_service.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-15 16:15:12 +1000
committerAndrew Tridgell <tridge@samba.org>2010-09-16 07:24:00 +1000
commit54b53704747f45757642c9d4a17645ac777dc9ea (patch)
tree80271f7d3c4ea3e81b0b4ab6224c7c75759dbe21 /source4/dsdb/repl/drepl_service.h
parent7f1db0d8df6c5b68c9eb9a2d578ce79a43ce0719 (diff)
downloadsamba-54b53704747f45757642c9d4a17645ac777dc9ea.tar.gz
samba-54b53704747f45757642c9d4a17645ac777dc9ea.tar.bz2
samba-54b53704747f45757642c9d4a17645ac777dc9ea.zip
s4-repl: cleanup getncchanges extended op calls
Multiple calls are allowed to run in parallel as long as they don't conflict. This also cleans up the variable names in the extended op calls. 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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/dsdb/repl/drepl_service.h b/source4/dsdb/repl/drepl_service.h
index dba9a37bae..fac555c2e3 100644
--- a/source4/dsdb/repl/drepl_service.h
+++ b/source4/dsdb/repl/drepl_service.h
@@ -216,10 +216,8 @@ struct dreplsrv_service {
struct dreplsrv_notify_operation *n_current;
} ops;
- struct {
- bool in_progress;
- struct dreplsrv_partition_source_dsa *role_owner_source_dsa;
- } ncchanges_extended;
+ bool rid_alloc_in_progress;
+ bool role_transfer_in_progress;
bool syncall_workaround;
};