![]() |
pacemaker
2.1.9-49aab99839
Scalable High-Availability cluster resource manager
|

Go to the source code of this file.
Functions | |
| svc_action_t * | services__create_resource_action (const char *name, const char *standard, const char *provider, const char *agent, const char *action, guint interval_ms, int timeout, GHashTable *params, enum svc_action_flags flags) |
| Create a new resource action. More... | |
| const char * | services__exit_reason (const svc_action_t *action) |
| char * | services__grab_stdout (svc_action_t *action) |
| char * | services__grab_stderr (svc_action_t *action) |
| void | services__set_result (svc_action_t *action, int agent_status, enum pcmk_exec_status exec_status, const char *exit_reason) |
| void | services__format_result (svc_action_t *action, int agent_status, enum pcmk_exec_status exec_status, const char *format,...) G_GNUC_PRINTF(4 |
| svc_action_t* services__create_resource_action | ( | const char * | name, |
| const char * | standard, | ||
| const char * | provider, | ||
| const char * | agent, | ||
| const char * | action, | ||
| guint | interval_ms, | ||
| int | timeout, | ||
| GHashTable * | params, | ||
| enum svc_action_flags | flags | ||
| ) |
Create a new resource action.
| [in] | name | Name of resource |
| [in] | standard | Resource agent standard |
| [in] | provider | Resource agent provider |
| [in] | agent | Resource agent name |
| [in] | action | Name of action |
| [in] | interval_ms | How often to repeat action (if 0, execute once) |
| [in] | timeout | Error if not complete within this time (ms) |
| [in,out] | params | Action parameters |
| [in] | flags | Group of enum svc_action_flags |
params. Definition at line 273 of file services.c.
| const char* services__exit_reason | ( | const svc_action_t * | action | ) |
Definition at line 1427 of file services.c.
| void services__format_result | ( | svc_action_t * | action, |
| int | agent_status, | ||
| enum pcmk_exec_status | exec_status, | ||
| const char * | format, | ||
| ... | |||
| ) |
| char* services__grab_stderr | ( | svc_action_t * | action | ) |
Definition at line 1462 of file services.c.
| char* services__grab_stdout | ( | svc_action_t * | action | ) |
Definition at line 1443 of file services.c.
| void services__set_result | ( | svc_action_t * | action, |
| int | agent_status, | ||
| enum pcmk_exec_status | exec_status, | ||
| const char * | exit_reason | ||
| ) |
Definition at line 1322 of file services.c.
1.8.14