pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
watchdog.c File Reference
#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>
Include dependency graph for watchdog.c:

Go to the source code of this file.

Functions

void pcmk__panic (const char *origin)
 
pid_t pcmk__locate_sbd (void)
 
long pcmk__get_sbd_timeout (void)
 
bool pcmk__get_sbd_sync_resource_startup (void)
 
long pcmk__auto_watchdog_timeout ()
 
bool pcmk__valid_sbd_timeout (const char *value)
 

Function Documentation

long pcmk__auto_watchdog_timeout ( void  )

Definition at line 274 of file watchdog.c.

bool pcmk__get_sbd_sync_resource_startup ( void  )

Definition at line 251 of file watchdog.c.

long pcmk__get_sbd_timeout ( void  )

Definition at line 240 of file watchdog.c.

pid_t pcmk__locate_sbd ( void  )

Definition at line 199 of file watchdog.c.

void pcmk__panic ( const char *  origin)

Definition at line 162 of file watchdog.c.

bool pcmk__valid_sbd_timeout ( const char *  value)

Definition at line 282 of file watchdog.c.