mytimestamp Struct Reference

Defines timestamp object. More...


Data Fields

char * pathname
 Path to the object.

int operator
 Comparison operator.

int time
 Timestamp watermark.

int action
 Action in case of failure.

mytimestamp * next


Detailed Description

Defines timestamp object.

Definition at line 243 of file monitor.h.


Field Documentation

int mytimestamp::action
 

Action in case of failure.

Definition at line 247 of file monitor.h.

Referenced by printprocess().

struct mytimestamp* mytimestamp::next
 

Definition at line 249 of file monitor.h.

Referenced by printprocess().

int mytimestamp::operator
 

Comparison operator.

Definition at line 245 of file monitor.h.

Referenced by printprocess().

char* mytimestamp::pathname
 

Path to the object.

Definition at line 244 of file monitor.h.

Referenced by printprocess().

int mytimestamp::time
 

Timestamp watermark.

Definition at line 246 of file monitor.h.

Referenced by printprocess().


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