]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:rpc_client: add struct rpc_client_{association,connection} and helpers
authorStefan Metzmacher <metze@samba.org>
Mon, 16 Sep 2024 19:56:50 +0000 (21:56 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2024 15:22:46 +0000 (15:22 +0000)
commit327fe920d07e5bcbcaa0f09f276aad2b99d68235
tree97495dab0d3876b3ce9da9af897e25cb93b1fa5f
parent5b3573135b222755cd897d4539c0e5a89f7cdf5b
s3:rpc_client: add struct rpc_client_{association,connection} and helpers

They will be every useful for NCACN_NP and NCACN_IP_TCP,
so that we can support alter_context or more than one connection
per association group.

We mark the helpers as _UNUSED_ for now in order to compile...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/rpc_client/cli_pipe.c
source3/rpc_client/rpc_client.h