rpc_server3: Inline pipes_struct into dcerpc_ncacn_conn
authorVolker Lendecke <vl@samba.org>
Wed, 6 Oct 2021 10:20:17 +0000 (12:20 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 5 Jan 2022 00:11:38 +0000 (00:11 +0000)
commitbad374ae66d795f971153c5561067b26c45e1c7b
tree26190568dc2cd7c2dd3f92efb27e5b1702d4777f
parent55cdb61269f828be13186060b35c9be742a22fa0
rpc_server3: Inline pipes_struct into dcerpc_ncacn_conn

This makes it clear that our internal representation of a rpc client
connection in the source3/ server is struct dcerpc_ncacn_conn and that
struct pipes_struct is only around for API compatibility with the
existing server stubs.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/rpc_server.c
source3/rpc_server/rpc_server.h
source3/rpc_server/rpc_worker.c
source3/winbindd/winbindd_dual_ndr.c