]> 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)
committerJule Anger <janger@samba.org>
Thu, 12 Jun 2025 11:27:15 +0000 (11:27 +0000)
commit8dc83405eeb3d693288299f4eb70735e25c77075
treed1614708e0495d8cce9ecb0e8184a02151cba61c
parente42835a2f5f132aad072d6f4a70589c70c192aec
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>
(cherry picked from commit 327fe920d07e5bcbcaa0f09f276aad2b99d68235)
source3/rpc_client/cli_pipe.c
source3/rpc_client/rpc_client.h