Destroys a Remote Procedure Call (RPC) service transport handle.
#include <rpc/rpc.h>
void svc_destroy (xprt) SVCXPRT *xprt;
The svc_destroy macro destroys an RPC service transport handle. Destroying the service transport handle deallocates the private data structures, including the handle itself. After the svc_destroy macro is used, the handle pointed to by the xprt parameter is no longer defined.
xprt | Points to the RPC service transport handle. |
This macro is part of Base Operating System (BOS) Runtime.
The clnt_destroy macro, svc_freeargs macro.
List of RPC Programming References.
Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.