mychecksum Struct Reference

Defines a checksum object. More...


Data Fields

char * file
 A filename to compute a md5 checksum for. More...

char * md5
 A md5 checksum computed for the file. More...

mychecksum * next
 next checksum in chain. More...


Detailed Description

Defines a checksum object.

Definition at line 156 of file monitor.h.


Field Documentation

char* mychecksum::file
 

A filename to compute a md5 checksum for.

Definition at line 157 of file monitor.h.

Referenced by printprocess().

char* mychecksum::md5
 

A md5 checksum computed for the file.

Definition at line 158 of file monitor.h.

Referenced by printprocess().

struct mychecksum* mychecksum::next
 

next checksum in chain.

Definition at line 161 of file monitor.h.

Referenced by printprocess().


The documentation for this struct was generated from the following file: