Destroys the client's Remote Procedure Call (RPC) handle.
#include <rpc/rpc.h>
void clnt_destroy (clnt) CLIENT *clnt;
The clnt_destroy macro destroys the client's RPC handle. Destroying the client's RPC handle deallocates private data structures, including the clnt parameter itself. The use of the clnt parameter becomes undefined upon calling the clnt_destroy macro.
clnt | Points to the structure of the client handle. |
This macro is part of Base Operating System (BOS) Runtime.
The clntudp_create subroutine, clnt_create subroutine.
List of RPC Programming References.
Remote Procedure Call (RPC) Overview for Programming and Sockets Overview in AIX Version 4.3 Communications Programming Concepts.