| 
    pacemaker
    2.1.2-ada5c3b36
    
   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 (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) | 
| 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 (ocf, lsb, etc.) | 
| [in] | provider | Resource agent provider | 
| [in] | agent | Resource agent name | 
| [in] | action | action (start, stop, monitor, etc.) | 
| [in] | interval_ms | How often to repeat this action (if 0, execute once) | 
| [in] | timeout | Consider action failed if it does not complete in this many milliseconds | 
| [in] | params | Action parameters | 
Definition at line 254 of file services.c.
| const char* services__exit_reason | ( | svc_action_t * | action | ) | 
Definition at line 1308 of file services.c.
| char* services__grab_stderr | ( | svc_action_t * | action | ) | 
Definition at line 1343 of file services.c.
| char* services__grab_stdout | ( | svc_action_t * | action | ) | 
Definition at line 1324 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 1264 of file services.c.
 1.8.14