pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
services_lsb.h
Go to the documentation of this file.
1 /*
2  * Copyright 2010-2021 the Pacemaker project contributors
3  *
4  * The version control history for this file may have further details.
5  *
6  * This source code is licensed under the GNU Lesser General Public License
7  * version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
8  */
9 
10 #ifndef SERVICES_LSB__H
11 # define SERVICES_LSB__H
12 
13 G_GNUC_INTERNAL int services__get_lsb_metadata(const char *type, char **output);
14 G_GNUC_INTERNAL GList *services__list_lsb_agents(void);
15 G_GNUC_INTERNAL char *services__lsb_agent_path(const char *agent);
16 G_GNUC_INTERNAL bool services__lsb_agent_exists(const char *agent);
17 
18 #endif
enum crm_ais_msg_types type
Definition: cpg.c:48
char * services__lsb_agent_path(const char *agent)
Definition: services_lsb.c:251
int services__get_lsb_metadata(const char *type, char **output)
Definition: services_lsb.c:102
GList * services__list_lsb_agents(void)
Definition: services_lsb.c:245
bool services__lsb_agent_exists(const char *agent)
Definition: services_lsb.c:258