Imported Upstream version 4.0.0+dfsg1
[abartlet/samba-debian.git] / source4 / dsdb / repl / drepl_service.h
index c454ac618ad2285a678d6f9549841cd01c2e159b..6daf82d9f4eb0da7bffd03de4e6308dee6f0f16f 100644 (file)
@@ -52,9 +52,6 @@ struct dreplsrv_out_connection {
 
        /* the out going connection to the source dsa */
        struct dreplsrv_drsuapi_connection *drsuapi;
-
-       /* used to force the GC principal name */
-       const char *principal_name;
 };
 
 struct dreplsrv_partition_source_dsa {
@@ -109,7 +106,8 @@ struct dreplsrv_partition {
         */
        struct dreplsrv_partition_source_dsa *notifies;
 
-       bool incoming_only;
+       bool partial_replica;
+       bool rodc_replica;
 };
 
 typedef void (*dreplsrv_extended_callback_t)(struct dreplsrv_service *,