Waits for a Remote Procedure Call service request to arrive.
#include <rpc/rpc.h>
void svc_run (void);
The svc_run subroutine waits for a Remote Procedure Call (RPC) service request to arrive. When a request arrives, the svc_run subroutine calls the appropriate service procedure with the svc_getreqset subroutine. This procedure is usually waiting for a select subroutine to return.
This subroutine is part of Base Operating System (BOS) Runtime.
The callrpc subroutine, registerrpc subroutine, select subroutine, svc_getreqset subroutine.
List of RPC Programming References.
Remote Procedure Call (RPC) Overview for Programmingm in AIX Version 4.3 Communications Programming Concepts.