pacemaker  2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
Functions
services_ocf.c File Reference
#include <crm_internal.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <crm/crm.h>
#include <crm/services.h>
#include <crm/services_internal.h>
#include "services_private.h"
#include "services_ocf.h"
Include dependency graph for services_ocf.c:

Go to the source code of this file.

Functions

GList * resources_os_list_ocf_providers (void)
 
GList * resources_os_list_ocf_agents (const char *provider)
 
gboolean services__ocf_agent_exists (const char *provider, const char *agent)
 
int services__ocf_prepare (svc_action_t *op)
 
enum ocf_exitcode services__ocf2ocf (int exit_status)
 

Function Documentation

◆ resources_os_list_ocf_agents()

GList* resources_os_list_ocf_agents ( const char *  provider)

Definition at line 60 of file services_ocf.c.

◆ resources_os_list_ocf_providers()

GList* resources_os_list_ocf_providers ( void  )

Definition at line 24 of file services_ocf.c.

◆ services__ocf2ocf()

enum ocf_exitcode services__ocf2ocf ( int  exit_status)

Definition at line 166 of file services_ocf.c.

◆ services__ocf_agent_exists()

gboolean services__ocf_agent_exists ( const char *  provider,
const char *  agent 
)

Definition at line 85 of file services_ocf.c.

◆ services__ocf_prepare()

int services__ocf_prepare ( svc_action_t op)

Definition at line 123 of file services_ocf.c.