NAME
netmgt_start_agent - start the agent
SYNOPSIS
void
netmgt_start_agent()
DESCRIPTION
netmgt_start_agent allows the agent to receive requests. It suspends the agent to wait for incoming requests, which are passed to the agent's verify routine. If the verification is successful, the request is then passed to the agent's dispatch routine to dispatch and execute the request.
INPUT ARGUMENTS
None.
RETURN VALUE
Never returns. Control is given back to the agent as callbacks to the verify, dispatch, reap, and shutdown routines defined when the agent is initialized.
DIAGNOSTICS
None.
SEE ALSO
netmgt_init_rpc_agent(3n)