pacemaker  2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
Functions
services_lsb.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

G_GNUC_INTERNAL int services__get_lsb_metadata (const char *type, char **output)
 
G_GNUC_INTERNAL GList * services__list_lsb_agents (void)
 
G_GNUC_INTERNAL bool services__lsb_agent_exists (const char *agent)
 
G_GNUC_INTERNAL int services__lsb_prepare (svc_action_t *op)
 
G_GNUC_INTERNAL enum ocf_exitcode services__lsb2ocf (const char *action, int exit_status)
 

Function Documentation

◆ services__get_lsb_metadata()

G_GNUC_INTERNAL int services__get_lsb_metadata ( const char *  type,
char **  output 
)

Definition at line 102 of file services_lsb.c.

◆ services__list_lsb_agents()

G_GNUC_INTERNAL GList* services__list_lsb_agents ( void  )

Definition at line 245 of file services_lsb.c.

◆ services__lsb2ocf()

G_GNUC_INTERNAL enum ocf_exitcode services__lsb2ocf ( const char *  action,
int  exit_status 
)

Definition at line 292 of file services_lsb.c.

◆ services__lsb_agent_exists()

G_GNUC_INTERNAL bool services__lsb_agent_exists ( const char *  agent)

Definition at line 251 of file services_lsb.c.

◆ services__lsb_prepare()

G_GNUC_INTERNAL int services__lsb_prepare ( svc_action_t op)

Definition at line 271 of file services_lsb.c.