pacemaker  1.1.16-94ff4df
Scalable High-Availability cluster resource manager
Functions
upstart.h File Reference
#include <glib.h>
#include "crm/services.h"
Include dependency graph for upstart.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

G_GNUC_INTERNAL GList * upstart_job_listall (void)
 
G_GNUC_INTERNAL int upstart_job_exec (svc_action_t *op, gboolean synchronous)
 
G_GNUC_INTERNAL gboolean upstart_job_exists (const gchar *name)
 
G_GNUC_INTERNAL gboolean upstart_job_running (const gchar *name)
 
G_GNUC_INTERNAL void upstart_cleanup (void)
 

Function Documentation

G_GNUC_INTERNAL void upstart_cleanup ( void  )

Definition at line 53 of file upstart.c.

G_GNUC_INTERNAL int upstart_job_exec ( svc_action_t op,
gboolean  synchronous 
)

Definition at line 417 of file upstart.c.

G_GNUC_INTERNAL gboolean upstart_job_exists ( const gchar *  name)
G_GNUC_INTERNAL GList* upstart_job_listall ( void  )

Definition at line 149 of file upstart.c.

G_GNUC_INTERNAL gboolean upstart_job_running ( const gchar *  name)