mychecksum Struct Reference

Defines a checksum object. More...


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


Detailed Description

Defines a checksum object.

Definition at line 204 of file monitor.h.


Field Documentation

char* mychecksum::file
 

A filename to compute a md5 checksum for.

Definition at line 205 of file monitor.h.

Referenced by printprocess().

char* mychecksum::md5
 

A md5 checksum computed for the file.

Definition at line 206 of file monitor.h.

Referenced by printprocess().

struct mychecksum* mychecksum::next
 

next checksum in chain

Definition at line 209 of file monitor.h.

Referenced by printprocess().


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