pacemaker
1.1.18-36d2962a86
Scalable High-Availability cluster resource manager
include
crm
pengine
rules_internal.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2015-2017 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
#ifndef RULES_INTERNAL_H
8
#define RULES_INTERNAL_H
9
10
#include <glib.h>
11
#include <libxml/tree.h>
12
13
GListPtr
pe_unpack_alerts
(xmlNode *alerts);
14
void
pe_free_alert_list
(
GListPtr
alert_list);
15
16
#ifdef RHEL7_COMPAT
17
void
pe_enable_legacy_alerts(
const
char
*script,
const
char
*target);
18
#endif
19
20
#endif
pe_free_alert_list
void pe_free_alert_list(GListPtr alert_list)
Definition:
rules_alerts.c:289
pe_unpack_alerts
GListPtr pe_unpack_alerts(xmlNode *alerts)
Definition:
rules_alerts.c:205
GListPtr
GList * GListPtr
Definition:
crm.h:218
Generated on Mon Oct 30 2017 12:36:03 for pacemaker by
1.8.13