#include <ahm.h>
Public Attributes | |
pid_t | m_pid |
uid_t | m_uid |
uid_t | m_gid |
unsigned long | m_appid |
int | m_hbfd |
char | m_procname [NAME_LENGTH] |
char | m_regfilename [NAME_LENGTH] |
char | m_processname [NAME_LENGTH] |
char | m_hbfifoname [NAME_LENGTH] |
char | m_script [NAME_LENGTH] |
unsigned long | m_period |
time_t | m_creation |
gboolean | m_invalid_registration |
This structure is used as the "value" for the hash table.
|
the gid of the process |
|
The duration between updates, in milliseconds |
|
the uid of the process |
|
the application identifier |
|
The process name |
|
The timestamp for creation of file |
|
The full path to the recovery script |
|
|
|
The registration file filename |
|
the heartbeat fifo descriptor |
|
The name of the process |
|
The name of the fifo to read heartbeats |
|
the process id |