NAME
netmgt_kill_request2 - terminate requests started by one manager
SYNOPSIS
bool_t
netmgt_kill_request2(agent_host, agent_prog, agent_vers, manager_host, manager_id, timeout) char *agent_host;
INPUT ARGUMENTS
agent_host
name of the system where the request is running.
agent_prog
agent's RPC program number.
agent_vers
agent's RPC version number.
manager_host
name of the system where the request was started.
manager_id
manager ID indicating which manager application started the request.
timeout
maximum amount of time to wait for a response from the remote system.
RETURN VALUE
TRUE if 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).
netmgt_fetch_error(3n) netmgt_set_manager_id(3n)