pacemaker  2.1.3-ea053b43a
Scalable High-Availability cluster resource manager
Todo List
Global lrmd_api_operations_s::get_metadata )(lrmd_t *lrmd, const char *standard, const char *provider, const char *agent, char **output, enum lrmd_call_options options)
Add a metadata call to the executor API and let the server handle this.
Global pcmk__request_fencing (stonith_t *st, const char *target, const char *action, const char *name, unsigned int timeout, unsigned int tolerance, int delay, char **reason)
delay is eventually used with g_timeout_add() and should be guint
Global pcmk_poll_ipc (pcmk_ipc_api_t *api, int timeout_ms)
This does not allow the caller to poll multiple file descriptors at once. If there is demand for that, we could add a wrapper for crm_ipc_get_fd(api->ipc), so the caller can call poll() themselves.
Global stonith__rhcs_metadata (const char *agent, int timeout, char **output)
timeout is currently ignored; shouldn't we use it?