32 |
/*! \brief Monitor structure */ |
/*! \brief Monitor structure */ |
33 |
struct Monitor |
struct Monitor |
34 |
{ |
{ |
35 |
dlink_node node; /**< List node; linked into monitor_table */ |
dlink_node node; /**< List node; linked into monitor_hash */ |
36 |
dlink_list monitored_by; /**< List of clients that have this entry on their monitor list */ |
dlink_list monitored_by; /**< List of clients that have this entry on their monitor list */ |
37 |
unsigned int hash_value; /**< Cached hash value derived from Monitor::name */ |
unsigned int hash_value; /**< Cached hash value derived from Monitor::name */ |
38 |
char *name; /**< Name of the client to monitor */ |
char *name; /**< Name of the client to monitor */ |