![]() |
pacemaker
2.1.9-49aab99839
Scalable High-Availability cluster resource manager
|
#include <crm/common/output_internal.h>#include <crm/common/scheduler.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, pcmk_scheduler_t *scheduler, const char *use_date) |
| enum pcmk__graph_status | pcmk__simulate_transition (pcmk_scheduler_t *scheduler, cib_t *cib, const GList *op_fail_list) |
| int | pcmk__simulate (pcmk_scheduler_t *scheduler, 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, | ||
| pcmk_scheduler_t * | scheduler, | ||
| const char * | use_date | ||
| ) |
Definition at line 382 of file pcmk_simulate.c.
| int pcmk__simulate | ( | pcmk_scheduler_t * | scheduler, |
| 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 795 of file pcmk_simulate.c.
| enum pcmk__graph_status pcmk__simulate_transition | ( | pcmk_scheduler_t * | scheduler, |
| cib_t * | cib, | ||
| const GList * | op_fail_list | ||
| ) |
Definition at line 740 of file pcmk_simulate.c.
| bool pcmk__simulate_node_config |
Definition at line 34 of file pcmk_injections.c.
1.8.14