root/crmd/membership.h

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

INCLUDED FROM


   1 #include <crm/cluster/internal.h>
   2 
   3 void reap_dead_ccm_nodes(gpointer key, gpointer value, gpointer user_data);
   4 void post_cache_update(int instance);
   5 
   6 extern gboolean check_join_state(enum crmd_fsa_state cur_state, const char *source);
   7 
   8 #define proc_flags (crm_proc_crmd | crm_get_cluster_proc())

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