Add subreq and status to kcc_service struct
[ira/wip.git] / source4 / dsdb / kcc / kcc_service.h
index 1404a9a3cd44c882bc5d75aa650adebc611a20b3..1e6d35eb78bf04a7b752a0d565708433a14359ec 100644 (file)
@@ -77,14 +77,21 @@ struct kccsrv_service {
 
                /* here we have a reference to the timed event the schedules the periodic stuff */
                struct tevent_timer *te;
+
+               /* samba_runcmd_send service for samba_kcc */
+               struct tevent_req *subreq;
+
+               /* return status of samba_kcc */
+               NTSTATUS status;
+
        } periodic;
 
        time_t last_deleted_check;
 
        bool am_rodc;
 
-       /* run new intra-site topology code */
-       bool intrasite_code;
+       /* run new samba_kcc topology generator code */
+       bool samba_kcc_code;
 };
 
 struct kcc_connection_list;