Copies error information from a client handle.
#include <rpc/rpc.h>
void clnt_geterr (clnt, errp) CLIENT *clnt; struct rpc_err *errp;
The clnt_geterr macro copies error information from a client handle to an error structure.
clnt | Points to the structure of the client handle. |
errp | Specifies the address of the error structure. |
This macro is part of Base Operating System (BOS) Runtime.
List of RPC Programming References.
Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.