Data Fields | |
char * | file |
A filename to compute a md5 checksum for. | |
char * | md5 |
A md5 checksum computed for the file. | |
mychecksum * | next |
next checksum in chain |
Definition at line 204 of file monitor.h.
|
A filename to compute a md5 checksum for.
Definition at line 205 of file monitor.h. Referenced by printprocess(). |
|
A md5 checksum computed for the file.
Definition at line 206 of file monitor.h. Referenced by printprocess(). |
|
next checksum in chain
Definition at line 209 of file monitor.h. Referenced by printprocess(). |