root/tools/fake_transition.h

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

INCLUDED FROM


   1 void modify_configuration(
   2     pe_working_set_t * data_set, cib_t *cib,
   3     const char *quorum, const char *watchdog, GListPtr node_up, GListPtr node_down, GListPtr node_fail,
   4     GListPtr op_inject, GListPtr ticket_grant, GListPtr ticket_revoke,
   5     GListPtr ticket_standby, GListPtr ticket_activate);
   6 
   7 int run_simulation(pe_working_set_t * data_set, cib_t *cib, GListPtr op_fail_list, bool quiet);
   8 

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