s3:rpc_server: Add termination function and data to dcerpc_ncacn_conn
authorSamuel Cabrero <scabrero@suse.de>
Mon, 18 Feb 2019 17:48:57 +0000 (18:48 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 22 Jul 2019 16:49:14 +0000 (16:49 +0000)
commit61fb17f85bf7c6a33253d9b34a044d614b733c2b
tree9beac2ea7cfb0ce6ad5f6645e2d02f6128f55713
parentcc6342e7a5e955c55319021ec3cd2ed5800c40f6
s3:rpc_server: Add termination function and data to dcerpc_ncacn_conn

In preparation to remove the named_pipe_client structure, this function
will be called from ncacn_conn destructor passing the private data pointer
as argument. It is mainly used by preforked childs in "process model" to
attend the next client as soon as the previous client ends the connection.

Signed-off-by: Samuel Cabrero <scabrero@suse.de>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/rpc_server/lsasd.c
source3/rpc_server/mdssd.c
source3/rpc_server/rpc_server.c
source3/rpc_server/rpc_server.h