pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
#include <crm/common/output_internal.h>
#include <crm/pengine/pe_types.h>
#include <pcmki/pcmki_transition.h>
#include <crm/cib.h>
#include <pacemaker.h>
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | pcmk__profile_dir (const char *dir, long long repeat, pe_working_set_t *data_set, char *use_date) |
enum transition_status | pcmk__simulate_transition (pe_working_set_t *data_set, cib_t *cib, GList *op_fail_list) |
int | pcmk__simulate (pe_working_set_t *data_set, pcmk__output_t *out, pcmk_injections_t *injections, unsigned int flags, uint32_t section_opts, char *use_date, char *input_file, char *graph_file, char *dot_file) |
Variables | |
bool | pcmk__simulate_node_config |
void pcmk__profile_dir | ( | const char * | dir, |
long long | repeat, | ||
pe_working_set_t * | data_set, | ||
char * | use_date | ||
) |
Definition at line 375 of file pcmk_simulate.c.
int pcmk__simulate | ( | pe_working_set_t * | data_set, |
pcmk__output_t * | out, | ||
pcmk_injections_t * | injections, | ||
unsigned int | flags, | ||
uint32_t | section_opts, | ||
char * | use_date, | ||
char * | input_file, | ||
char * | graph_file, | ||
char * | dot_file | ||
) |
Definition at line 777 of file pcmk_simulate.c.
enum transition_status pcmk__simulate_transition | ( | pe_working_set_t * | data_set, |
cib_t * | cib, | ||
GList * | op_fail_list | ||
) |
Definition at line 722 of file pcmk_simulate.c.
bool pcmk__simulate_node_config |
Definition at line 34 of file pcmk_injections.c.