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