pacemaker 2.1.8-2.1.8
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
rules_internal.h
Go to the documentation of this file.
1/*
2 * Copyright 2015-2024 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 RULES_INTERNAL_H
10#define RULES_INTERNAL_H
11
12#include <glib.h>
13#include <libxml/tree.h>
14
15#include <crm/common/iso8601.h>
16#include <crm/pengine/common.h>
17#include <crm/pengine/rules.h>
18
19GList *pe_unpack_alerts(const xmlNode *alerts);
20void pe_free_alert_list(GList *alert_list);
21
22#endif
ISO_8601 Date handling.
GList * pe_unpack_alerts(const xmlNode *alerts)
void pe_free_alert_list(GList *alert_list)