![]() |
pacemaker
1.1.14-70404b0
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>
Go to the source code of this file.
Macros | |
| #define | SYSRQ "/proc/sys/kernel/sysrq" |
Enumerations | |
| enum | pcmk_panic_flags { pcmk_panic_none = 0x00, pcmk_panic_delay = 0x01, pcmk_panic_kdump = 0x02, pcmk_panic_shutdown = 0x04 } |
Functions | |
| void | sysrq_init (void) |
| void | pcmk_panic (const char *origin) |
| pid_t | pcmk_locate_sbd (void) |
| #define SYSRQ "/proc/sys/kernel/sysrq" |
Definition at line 46 of file watchdog.c.
| enum pcmk_panic_flags |
| Enumerator | |
|---|---|
| pcmk_panic_none | |
| pcmk_panic_delay | |
| pcmk_panic_kdump | |
| pcmk_panic_shutdown | |
Definition at line 38 of file watchdog.c.
| pid_t pcmk_locate_sbd | ( | void | ) |
Definition at line 214 of file watchdog.c.
| void pcmk_panic | ( | const char * | origin | ) |
Definition at line 184 of file watchdog.c.
| void sysrq_init | ( | void | ) |
Definition at line 49 of file watchdog.c.
1.8.11