rpc_clnt_destroyΒΆ

rpc_clnt_destroy frees the RPC client pointer.

bool = rpc_clnt_destroy(cl)

Return Value

bool.

Parameters

client

cl. cl is the client pointer, returned by rpc_clnt_create.

Example

See rpc_clnt_create.

History

Version Description
5.0.0 New

id-1031820