s4:lib/tevent: rename structs
[bbaumbach/samba-autobuild/.git] / source4 / winbind / wb_server.h
index ce972932f5378135b6569e98c1b44ab3ddcf58c6..be79872e6582b477662d89d1b139998c204b86b3 100644 (file)
@@ -35,6 +35,8 @@ struct wbsrv_service {
        const struct dom_sid *primary_sid;
        struct wbsrv_domain *domains;
        struct idmap_context *idmap_ctx;
+
+       const char *priv_socket_path;
 };
 
 struct wbsrv_samconn {
@@ -69,8 +71,6 @@ struct wbsrv_domain {
 
        struct dcerpc_binding *samr_binding;
 
-       struct ldap_connection *ldap_conn;
-
        struct dcerpc_pipe *netlogon_pipe;
        struct dcerpc_binding *netlogon_binding;
 };
@@ -149,7 +149,7 @@ struct wbsrv_samba3_call {
        struct wbsrv_connection *wbconn;
 
        /* the backend should use this event context */
-       struct event_context *event_ctx;
+       struct tevent_context *event_ctx;
 
        /* here the backend can store stuff like composite_context's ... */
        void *private_data;