summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-12-06 08:58:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:07 -0500
commitd1c41cb83fd1e159c2aee844fa6d5f8fe388198f (patch)
treee42758cb8fe386bc82023b742db7be09495cd773 /source4/librpc/rpc/dcerpc.h
parent18cfac7c7107ea40cdd026fca03587f8d871cc4d (diff)
downloadsamba-d1c41cb83fd1e159c2aee844fa6d5f8fe388198f.tar.gz
samba-d1c41cb83fd1e159c2aee844fa6d5f8fe388198f.tar.bz2
samba-d1c41cb83fd1e159c2aee844fa6d5f8fe388198f.zip
r12088: Use a structure to pass arguments to dcerpc connection functions
and move migrated (async) code to a new file. rafal (This used to be commit 79b231bc534e10149d86a2c647a27c27ce524949)
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r--source4/librpc/rpc/dcerpc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index e1285c349f..142b2287b6 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -195,6 +195,16 @@ struct dcerpc_binding {
};
+struct dcerpc_pipe_connect {
+ struct dcerpc_pipe *pipe;
+ struct dcerpc_binding *binding;
+ const char *pipe_uuid;
+ const char *pipe_name;
+ uint32_t pipe_version;
+ struct cli_credentials *creds;
+};
+
+
enum rpc_request_state {
RPC_REQUEST_PENDING,
RPC_REQUEST_DONE