root/daemons/controld/controld_callbacks.h

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

INCLUDED FROM


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

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