svc_run

Name

svc_run -- Waits for RPC requests to arrive and calls service procedure.

Synopsis

#include <rpc/svc.h>

svc_run();

Description

The svc_run routine never returns. It waits for RPC requests to arrive, and calls the appropriate service procedure using svc_getreq when one arrives. This procedure is usually waiting for a select system call to return.