pacemaker  1.1.18-7fdfbbe
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 gboolean upstart_job_exec (svc_action_t *op)
 
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 gboolean upstart_job_exec ( svc_action_t op)

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)