pacemaker 2.1.6-6fdc9deea29
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
services_ocf.h
Go to the documentation of this file.
1/*
2 * Copyright 2010-2011 Red Hat, Inc.
3 * Later changes copyright 2012-2021 the Pacemaker project contributors
4 *
5 * The version control history for this file may have further details.
6 *
7 * This source code is licensed under the GNU Lesser General Public License
8 * version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
9 */
10
11#ifndef PCMK__SERVICES_OCF__H
12#define PCMK__SERVICES_OCF__H
13
14#include <glib.h>
15
16G_GNUC_INTERNAL
18
19G_GNUC_INTERNAL
20GList *resources_os_list_ocf_agents(const char *provider);
21
22G_GNUC_INTERNAL
23gboolean services__ocf_agent_exists(const char *provider, const char *agent);
24
25G_GNUC_INTERNAL
27
28G_GNUC_INTERNAL
29enum ocf_exitcode services__ocf2ocf(int exit_status);
30
31#endif // PCMK__SERVICES_OCF__H
ocf_exitcode
Exit status codes for resource agents.
Definition results.h:166
G_GNUC_INTERNAL int services__ocf_prepare(svc_action_t *op)
G_GNUC_INTERNAL GList * resources_os_list_ocf_providers(void)
G_GNUC_INTERNAL gboolean services__ocf_agent_exists(const char *provider, const char *agent)
G_GNUC_INTERNAL GList * resources_os_list_ocf_agents(const char *provider)
G_GNUC_INTERNAL enum ocf_exitcode services__ocf2ocf(int exit_status)
Object for executing external actions.
Definition services.h:117