summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_async_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/winbind/wb_async_helpers.h')
-rw-r--r--source4/winbind/wb_async_helpers.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/winbind/wb_async_helpers.h b/source4/winbind/wb_async_helpers.h
index b37a66e972..e3de312590 100644
--- a/source4/winbind/wb_async_helpers.h
+++ b/source4/winbind/wb_async_helpers.h
@@ -44,3 +44,15 @@ struct wb_get_schannel_creds {
struct dcerpc_pipe *netlogon;
} out;
};
+
+struct wb_get_lsa_pipe {
+ struct {
+ struct event_context *event_ctx;
+ struct messaging_context *msg_ctx;
+ const char *domain;
+ } in;
+ struct {
+ const struct dom_sid *domain_sid;
+ struct dcerpc_pipe *pipe;
+ } out;
+};