root/include/crm/pengine/rules_internal.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   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

/* [previous][next][first][last][top][bottom][index][help] */