watchdogd
Advanced system & process supervisor for Linux
Public Attributes | List of all members
wdog_reason_t Struct Reference

Reset reason data. More...

#include <wdog.h>

Public Attributes

unsigned int counter
 Global reset counter, not per-reason.
 
unsigned int wid
 Watchdog ID of process causing reset.
 
wdog_code_t code
 Reset reason code, use wdog_reset_reason_str()
 
unsigned int enabled
 Unused, kept for compat. More...
 
char label [48]
 Process name causing reset, or label.
 
struct tm date
 Recorded time of reset.
 

Detailed Description

Reset reason data.

Examples:
ex2.c.

Member Data Documentation

◆ enabled

unsigned int wdog_reason_t::enabled

Unused, kept for compat.


The documentation for this struct was generated from the following file: