#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.
◆ pcmk_panic_flags
Enumerator |
---|
pcmk_panic_none | |
pcmk_panic_delay | |
pcmk_panic_kdump | |
pcmk_panic_shutdown | |
Definition at line 29 of file watchdog.c.
◆ check_sbd_timeout()
gboolean check_sbd_timeout |
( |
const char * |
value | ) |
|
◆ crm_auto_watchdog_timeout()
long crm_auto_watchdog_timeout |
( |
void |
| ) |
|
◆ crm_get_sbd_timeout()
long crm_get_sbd_timeout |
( |
void |
| ) |
|
◆ pcmk_locate_sbd()
pid_t pcmk_locate_sbd |
( |
void |
| ) |
|
◆ pcmk_panic()
void pcmk_panic |
( |
const char * |
origin | ) |
|