pacemaker  1.1.16-94ff4df
Scalable High-Availability cluster resource manager
Functions
systemd.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 GList * systemd_unit_listall (void)
 
G_GNUC_INTERNAL int systemd_unit_exec (svc_action_t *op)
 
G_GNUC_INTERNAL gboolean systemd_unit_exists (const gchar *name)
 
G_GNUC_INTERNAL gboolean systemd_unit_running (const gchar *name)
 
G_GNUC_INTERNAL void systemd_cleanup (void)
 

Function Documentation

§ systemd_cleanup()

G_GNUC_INTERNAL void systemd_cleanup ( void  )

Definition at line 135 of file systemd.c.

§ systemd_unit_exec()

G_GNUC_INTERNAL int systemd_unit_exec ( svc_action_t op)

Definition at line 723 of file systemd.c.

§ systemd_unit_exists()

G_GNUC_INTERNAL gboolean systemd_unit_exists ( const gchar *  name)

§ systemd_unit_listall()

G_GNUC_INTERNAL GList* systemd_unit_listall ( void  )

Definition at line 358 of file systemd.c.

§ systemd_unit_running()

G_GNUC_INTERNAL gboolean systemd_unit_running ( const gchar *  name)