/[monit]/monit/event.h
ViewVC logotype

Diff of /monit/event.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by martinp, Sun Aug 3 19:19:39 2003 UTC revision 1.7 by hauk, Mon Aug 4 07:52:11 2003 UTC
# Line 23  Line 23 
23  #include "monitor.h"  #include "monitor.h"
24    
25    
26  #define EVENT_NULL      0x0  #define EVENT_NULL       0x0
27  #define EVENT_FAILED    0x01  #define EVENT_FAILED     0x01
28  #define EVENT_START     0x02  #define EVENT_START      0x02
29  #define EVENT_STOP      0x04  #define EVENT_STOP       0x04
30  #define EVENT_RESTART   0x08  #define EVENT_RESTART    0x08
31  #define EVENT_CHECKSUM  0x10  #define EVENT_CHECKSUM   0x10
32  #define EVENT_RESOURCE  0x20  #define EVENT_RESOURCE   0x20
33  #define EVENT_TIMEOUT   0x40  #define EVENT_TIMEOUT    0x40
34  #define EVENT_TIMESTAMP 0x80  #define EVENT_TIMESTAMP  0x80
35  #define EVENT_SIZE      0x100  #define EVENT_SIZE       0x100
36    #define EVENT_CONNECTION 0x200
37    
38    
39  #define EVENT_DESCRIPTION(E) Event_get_description(E)  #define EVENT_DESCRIPTION(E) Event_get_description(E)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26