summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl/drepl_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/dsdb/repl/drepl_service.h')
-rw-r--r--source4/dsdb/repl/drepl_service.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/source4/dsdb/repl/drepl_service.h b/source4/dsdb/repl/drepl_service.h
index fac555c2e3..d0b523f25b 100644
--- a/source4/dsdb/repl/drepl_service.h
+++ b/source4/dsdb/repl/drepl_service.h
@@ -103,10 +103,10 @@ struct dreplsrv_partition {
bool incoming_only;
};
-typedef void (*dreplsrv_fsmo_callback_t)(struct dreplsrv_service *,
- WERROR,
- enum drsuapi_DsExtendedError,
- void *cb_data);
+typedef void (*dreplsrv_extended_callback_t)(struct dreplsrv_service *,
+ WERROR,
+ enum drsuapi_DsExtendedError,
+ void *cb_data);
struct dreplsrv_out_operation {
struct dreplsrv_out_operation *prev, *next;
@@ -118,7 +118,7 @@ struct dreplsrv_out_operation {
enum drsuapi_DsExtendedOperation extended_op;
uint64_t fsmo_info;
enum drsuapi_DsExtendedError extended_ret;
- dreplsrv_fsmo_callback_t callback;
+ dreplsrv_extended_callback_t callback;
void *cb_data;
};
@@ -217,7 +217,6 @@ struct dreplsrv_service {
} ops;
bool rid_alloc_in_progress;
- bool role_transfer_in_progress;
bool syncall_workaround;
};