File util/watchdog.h

Included in:

Included Files


Preprocessor definitions

#define MPLIB1_WATCHDOG_H

#define WATCH_CTRL_Q "Watchdog Control Queue"

#define CTL_BUF_SZ 200

#define CTL_REP_SZ 200

#define PRG_HDR_DAEMON

#define PRG_HDR_BATCH

#define PRG_HDR_DAEMON_C 'D'

#define PRG_HDR_BATCH_C 'B'

#define LVL_HDR_C 'L'


Type struct program_hdr


Type struct level_hdr


Type struct pid_track


Type struct watchdog_ctrl_msg


Typedef level_func_t

typedef int (*level_func_t)(const char*,char*,int)

Typedef prog_func_t

typedef int (*prog_func_t)(const char*,char*,int,int)

Typedef prog_walk_t

typedef void (*prog_walk_t)(struct program_hdr*,void* param)

Typedef level_walk_t

typedef void (*level_walk_t)(struct level_hdr*,void* param)