pacemaker
2.0.1-9e909a5bdd
Scalable High-Availability cluster resource manager
lib
services
services_lsb.h
Go to the documentation of this file.
1
/*
2
* Copyright 2010-2018 Andrew Beekhof <andrew@beekhof.net>
3
*
4
* This source code is licensed under the GNU Lesser General Public License
5
* version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
6
*/
7
8
#ifndef SERVICES_LSB__H
9
# define SERVICES_LSB__H
10
11
G_GNUC_INTERNAL
int
services__get_lsb_metadata
(
const
char
*
type
,
char
**output);
12
G_GNUC_INTERNAL GList *
services__list_lsb_agents
(
void
);
13
G_GNUC_INTERNAL
char
*
services__lsb_agent_path
(
const
char
*agent);
14
G_GNUC_INTERNAL
bool
services__lsb_agent_exists
(
const
char
*agent);
15
16
#endif
type
enum crm_ais_msg_types type
Definition:
internal.h:3
services__get_lsb_metadata
G_GNUC_INTERNAL int services__get_lsb_metadata(const char *type, char **output)
Definition:
services_lsb.c:100
services__lsb_agent_exists
G_GNUC_INTERNAL bool services__lsb_agent_exists(const char *agent)
Definition:
services_lsb.c:256
services__list_lsb_agents
G_GNUC_INTERNAL GList * services__list_lsb_agents(void)
Definition:
services_lsb.c:243
services__lsb_agent_path
G_GNUC_INTERNAL char * services__lsb_agent_path(const char *agent)
Definition:
services_lsb.c:249
Generated on Sat Nov 7 2020 19:21:48 for pacemaker by
1.8.20