#include <procframe.h>
Data Fields | |
| void * | key |
| void * | next |
| void * | data |
| unsigned long | flags |
| void* anywatch::key |
all watches hash on some sort of unique ptr key
| void* anywatch::next |
all watches are in hash tables.
| void* anywatch::data |
everyone wants to know something.
| unsigned long anywatch::flags |
control bits
1.5.1