#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.
|
#define | SYSRQ "/proc/sys/kernel/sysrq" |
|
§ SYSRQ
#define SYSRQ "/proc/sys/kernel/sysrq" |
§ pcmk_panic_flags
Enumerator |
---|
pcmk_panic_none | |
pcmk_panic_delay | |
pcmk_panic_kdump | |
pcmk_panic_shutdown | |
Definition at line 38 of file watchdog.c.
§ pcmk_locate_sbd()
pid_t pcmk_locate_sbd |
( |
void |
| ) |
|
§ pcmk_panic()
void pcmk_panic |
( |
const char * |
origin | ) |
|
§ sysrq_init()