|
| 以 PDF 格式下載這本書
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)
char * agent_host;
u_long agent_prog;
u_long agent_vers;
char * manager_host;
struct timeval timestamp;
struct timeval timeout;
DESCRIPTION
-
netmgt_request_deferred instructs the agent running on agent_host with the RPC program number agent_prog and RPC version number agent_vers, to return any deferred data reports to the rendezvous. The manager process on host manager_host has previously requested the agent to defer sending. timestamp identifies the request.
- 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.
DIAGNOSTICS
- 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)
|
|