| 
    pacemaker
    2.1.7-0f7f88312f
    
   Scalable High-Availability cluster resource manager 
   | 
 
Deprecated services API. More...
#include <crm/common/actions.h>#include <crm/common/results.h>#include <crm/services.h>#include <glib.h>

Go to the source code of this file.
Macros | |
| #define | LSB_ROOT_DIR "/etc/init.d" | 
Enumerations | |
| enum | op_status {  PCMK_LRM_OP_UNKNOWN = PCMK_EXEC_UNKNOWN, PCMK_LRM_OP_PENDING = PCMK_EXEC_PENDING, PCMK_LRM_OP_DONE = PCMK_EXEC_DONE, PCMK_LRM_OP_CANCELLED = PCMK_EXEC_CANCELLED, PCMK_LRM_OP_TIMEOUT = PCMK_EXEC_TIMEOUT, PCMK_LRM_OP_NOTSUPPORTED = PCMK_EXEC_NOT_SUPPORTED, PCMK_LRM_OP_ERROR = PCMK_EXEC_ERROR, PCMK_LRM_OP_ERROR_HARD = PCMK_EXEC_ERROR_HARD, PCMK_LRM_OP_ERROR_FATAL = PCMK_EXEC_ERROR_FATAL, PCMK_LRM_OP_NOT_INSTALLED = PCMK_EXEC_NOT_INSTALLED, PCMK_LRM_OP_NOT_CONNECTED = PCMK_EXEC_NOT_CONNECTED, PCMK_LRM_OP_INVALID = PCMK_EXEC_INVALID }  | 
Functions | |
| svc_action_t * | services_action_create (const char *name, const char *action, guint interval_ms, int timeout) | 
| GList * | services_list (void) | 
Deprecated services API.
Definition in file services_compat.h.
| #define LSB_ROOT_DIR "/etc/init.d" | 
Definition at line 33 of file services_compat.h.
| enum op_status | 
Definition at line 37 of file services_compat.h.
| svc_action_t* services_action_create | ( | const char * | name, | 
| const char * | action, | ||
| guint | interval_ms, | ||
| int | timeout | ||
| ) | 
Definition at line 328 of file services_lsb.c.
| GList* services_list | ( | void | ) | 
Definition at line 336 of file services_lsb.c.
 1.8.14