pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
systemd.h File Reference
#include <glib.h>
#include "crm/services.h"
Include dependency graph for systemd.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 * systemd_unit_listall (void)
 
G_GNUC_INTERNAL int services__systemd_prepare (svc_action_t *op)
 
G_GNUC_INTERNAL enum ocf_exitcode services__systemd2ocf (int exit_status)
 
G_GNUC_INTERNAL int services__execute_systemd (svc_action_t *op)
 
G_GNUC_INTERNAL bool systemd_unit_exists (const char *name)
 
G_GNUC_INTERNAL void systemd_cleanup (void)
 

Function Documentation

◆ services__execute_systemd()

G_GNUC_INTERNAL int services__execute_systemd ( svc_action_t * op)

Definition at line 1386 of file systemd.c.

◆ services__systemd2ocf()

G_GNUC_INTERNAL enum ocf_exitcode services__systemd2ocf ( int exit_status)

Definition at line 65 of file systemd.c.

◆ services__systemd_prepare()

G_GNUC_INTERNAL int services__systemd_prepare ( svc_action_t * op)

Definition at line 47 of file systemd.c.

◆ systemd_cleanup()

G_GNUC_INTERNAL void systemd_cleanup ( void )

Definition at line 228 of file systemd.c.

◆ systemd_unit_exists()

G_GNUC_INTERNAL bool systemd_unit_exists ( const char * name)

Definition at line 709 of file systemd.c.

◆ systemd_unit_listall()

G_GNUC_INTERNAL GList * systemd_unit_listall ( void )

Definition at line 612 of file systemd.c.