pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
pcmki_agents.h
Go to the documentation of this file.
1 /*
2  * Copyright 2023 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 #ifndef PCMK__PCMKI_PCMKI_AGENTS__H
10 #define PCMK__PCMKI_PCMKI_AGENTS__H
11 
13 
14 int pcmk__list_alternatives(pcmk__output_t *out, const char *agent_spec);
15 int pcmk__list_agents(pcmk__output_t *out, char *agent_spec);
16 int pcmk__list_providers(pcmk__output_t *out, const char *agent_spec);
18 
19 #endif /* PCMK__PCMKI_PCMKI_AGENTS__H */
int pcmk__list_alternatives(pcmk__output_t *out, const char *agent_spec)
Definition: pcmk_agents.c:17
int pcmk__list_standards(pcmk__output_t *out)
Definition: pcmk_agents.c:195
Formatted output for pacemaker tools.
int pcmk__list_providers(pcmk__output_t *out, const char *agent_spec)
Definition: pcmk_agents.c:139
This structure contains everything that makes up a single output formatter.
int pcmk__list_agents(pcmk__output_t *out, char *agent_spec)
Definition: pcmk_agents.c:77