NAME
netmgt_request_deferred - get any available deferred data reports
SYNOPSIS
bool_t
netmgt_request_deferred(agent_host, agent_prog, agent_vers, manager_host, timestamp, timeout)
Upon return of the function, the queue of deferred reports on the agent side is emptied, and the agent continues deferring data reports.
INPUT ARGUMENTS
agent_host
name of host where the agent is executing.
agent_prog
agent RPC program number.
agent_vers
agent RPC version number.
manager_host
host name of original request.
timestamp
when the original request was started.
timeout
maximum amount of time to wait for request confirmation.
RETURN VALUE
TRUE is successful, otherwise FALSE.
If FALSE is returned, global variable netmgt_error indicates the error. The caller can get the reason for the error with netmgt_fetch_error(3n).
SEE ALSO
netmgt_fetch_error(3n), netmgt_request_data(3n)