Low: tools: Fix a type on agent-status and resource-agent-action.
The type of the rc parameter is actually crm_exit_t, as passed by
cli_resource_execute_from_params. The agent-status message treats it as
an int in a couple places, but luckily those two types overlap enough to
where this is okay.