libwbclient: Add async call framework.
[samba.git] / source4 / libcli / wbclient / wbclient.h
index 099abaa511e98328492646a47402a3a7415ff2b6..416dc783241040f3e9a88dc1abd7135cbfc65f51 100644 (file)
 
 struct wbc_context {
        struct messaging_context *msg_ctx;
-       struct event_context *event_ctx;
+       struct tevent_context *event_ctx;
        struct server_id *ids;
 };
 
 struct wbc_context *wbc_init(TALLOC_CTX *mem_ctx,
                             struct messaging_context *msg_ctx,
-                            struct event_context *event_ctx);
+                            struct tevent_context *event_ctx);
 
 struct composite_context *wbc_sids_to_xids_send(struct wbc_context *wbc_ctx,
                                                TALLOC_CTX *mem_ctx,