svc_run

Name

svc_run -- waits for RPC requests to arrive and calls service procedure

Synopsis

#include <rpc/svc.h>

void svc_run(void);

Description

The svc_run() function shall wait for RPC requests to arrive, read and unpack each request, and dispatch it to the appropriate registered handler. Under normal conditions, svc_run() shall not return; it shall only return if serious errors occur that prevent further processing.