Removes a Remote Procedure Call (RPC) service transport handle.
void xprt_unregister (xprt) SVCXPRT *xprt;
The xprt_unregister subroutine removes an RPC service transport handle from the RPC service program before the transport handle can be destroyed. This subroutine modifies the svc_fds global variable.
Note: Service implementors do not usually need this subroutine.
xprt | Points to the RPC service transport handle to be destroyed. |
This subroutine is part of Base Operating System (BOS) Runtime.
List of RPC Programming References.
eXternal Data Representation (XDR) Overview for Programming in AIX Communications Programming Concepts.
Remote Procedure Call (RPC) Overview for Programming in AIX Communications Programming Concepts.