pacemaker
2.0.1-9e909a5bdd
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
#endif
GListPtr
GList * GListPtr
Definition:
crm.h:190
pe_unpack_alerts
GListPtr pe_unpack_alerts(xmlNode *alerts)
Definition:
rules_alerts.c:175
pe_free_alert_list
void pe_free_alert_list(GListPtr alert_list)
Definition:
rules_alerts.c:244
Generated on Sat Nov 7 2020 19:21:48 for pacemaker by
1.8.20