winbind: Use one queue for all domain children
[samba.git] / source3 / winbindd / winbindd.h
index 3e4b256ef32ed344b93cad388c305fe217e21d75..081722f6a901bb9317f6a837af2b55e7ce710096 100644 (file)
@@ -184,6 +184,9 @@ struct winbindd_domain {
 
        struct winbindd_child *children;
 
+       struct tevent_queue *queue;
+       struct dcerpc_binding_handle *binding_handle;
+
        /* Callback we use to try put us back online. */
 
        uint32_t check_online_timeout;