1 /* 2 * Copyright 2004-2021 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 10 #ifndef CONTROLD_CALLBACKS__H 11 # define CONTROLD_CALLBACKS__H 12 13 #include <crm/cluster.h> 14 15 extern void crmd_ha_msg_filter(xmlNode * msg); 16 17 extern void crmd_cib_connection_destroy(gpointer user_data); 18 19 extern gboolean crm_fsa_trigger(gpointer user_data); 20 21 extern void peer_update_callback(enum crm_status_type type, crm_node_t * node, const void *data); 22 23 #endif