summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-04-17 11:48:31 +0200
committerStefan Metzmacher <metze@samba.org>2009-04-20 18:15:06 +0200
commita98a9c39a2dedb50a81f0b9709fa437f5a0fd880 (patch)
tree07e8e435166ef6fefd0e39ddfc2bbe4656c3c028 /source4/librpc/rpc/dcerpc.h
parented98cba5ab8f585bc83e732fd61a2c04c48c0607 (diff)
downloadsamba-a98a9c39a2dedb50a81f0b9709fa437f5a0fd880.tar.gz
samba-a98a9c39a2dedb50a81f0b9709fa437f5a0fd880.tar.bz2
samba-a98a9c39a2dedb50a81f0b9709fa437f5a0fd880.zip
s4:librpc/rpc: pass async as argument to dcerpc_ndr_request_send()
The caller should decide if async is desired it should be harcoded per call. metze
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r--source4/librpc/rpc/dcerpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index 5b82a0ac7b..7f573f0e84 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -256,6 +256,7 @@ struct rpc_request *dcerpc_ndr_request_send(struct dcerpc_pipe *p,
const struct GUID *object,
const struct ndr_interface_table *table,
uint32_t opnum,
+ bool async,
TALLOC_CTX *mem_ctx,
void *r);
const char *dcerpc_server_name(struct dcerpc_pipe *p);