diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-06-22 18:01:45 -0400 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-12-15 15:26:05 +0100 |
commit | e55426fe7926ae6f8afe5fa6cfc009e0c3b54e38 (patch) | |
tree | 8e9f3fe35f41ebc96b008fe59bc3b9a60d72f1d7 /source3/include | |
parent | 07ba35adcbb9feb551125034f091e8d4cb4aa0e8 (diff) | |
download | samba-e55426fe7926ae6f8afe5fa6cfc009e0c3b54e38.tar.gz samba-e55426fe7926ae6f8afe5fa6cfc009e0c3b54e38.tar.bz2 samba-e55426fe7926ae6f8afe5fa6cfc009e0c3b54e38.zip |
s3:rpc_client: let rpc_transport_tstream_init() create read and write queue
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 0f02dfbecf..9b41321df6 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4244,10 +4244,8 @@ NTSTATUS rpc_transport_sock_init(TALLOC_CTX *mem_ctx, int fd, /* The following definitions come from rpc_client/rpc_transport_tstream.c */ NTSTATUS rpc_transport_tstream_init(TALLOC_CTX *mem_ctx, - struct tstream_context *npipe, - struct tevent_queue *read_queue, - struct tevent_queue *write_queue, - struct rpc_cli_transport **presult); + struct tstream_context **stream, + struct rpc_cli_transport **presult); /* The following definitions come from rpc_server/srv_eventlog_nt.c */ |