|
pacemaker
2.1.6-802a72226b
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, const char *use_date) |
| enum pcmk__graph_status | pcmk__simulate_transition (pe_working_set_t *data_set, cib_t *cib, const GList *op_fail_list) |
| int | pcmk__simulate (pe_working_set_t *data_set, pcmk__output_t *out, const pcmk_injections_t *injections, unsigned int flags, uint32_t section_opts, const char *use_date, const char *input_file, const char *graph_file, const 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, | ||
| const 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, | ||
| const pcmk_injections_t * | injections, | ||
| unsigned int | flags, | ||
| uint32_t | section_opts, | ||
| const char * | use_date, | ||
| const char * | input_file, | ||
| const char * | graph_file, | ||
| const char * | dot_file | ||
| ) |
Definition at line 783 of file pcmk_simulate.c.
| enum pcmk__graph_status pcmk__simulate_transition | ( | pe_working_set_t * | data_set, |
| cib_t * | cib, | ||
| const GList * | op_fail_list | ||
| ) |
Definition at line 728 of file pcmk_simulate.c.
| bool pcmk__simulate_node_config |
Definition at line 34 of file pcmk_injections.c.
1.8.14