![]() |
pacemaker
2.0.1-9e909a5bdd
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <sched.h>#include <sys/ioctl.h>#include <sys/reboot.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <ctype.h>#include <dirent.h>#include <signal.h>
Go to the source code of this file.
Enumerations | |
| enum | pcmk_panic_flags { pcmk_panic_none = 0x00, pcmk_panic_delay = 0x01, pcmk_panic_kdump = 0x02, pcmk_panic_shutdown = 0x04 } |
Functions | |
| void | pcmk_panic (const char *origin) |
| pid_t | pcmk_locate_sbd (void) |
| long | crm_get_sbd_timeout (void) |
| long | crm_auto_watchdog_timeout () |
| gboolean | check_sbd_timeout (const char *value) |
| enum pcmk_panic_flags |
| Enumerator | |
|---|---|
| pcmk_panic_none | |
| pcmk_panic_delay | |
| pcmk_panic_kdump | |
| pcmk_panic_shutdown | |
Definition at line 28 of file watchdog.c.
| gboolean check_sbd_timeout | ( | const char * | value | ) |
Definition at line 233 of file watchdog.c.
| long crm_auto_watchdog_timeout | ( | void | ) |
Definition at line 225 of file watchdog.c.
| long crm_get_sbd_timeout | ( | void | ) |
Definition at line 214 of file watchdog.c.
| pid_t pcmk_locate_sbd | ( | void | ) |
Definition at line 174 of file watchdog.c.
| void pcmk_panic | ( | const char * | origin | ) |
Definition at line 143 of file watchdog.c.
1.8.8