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

Diff of /monit/event.h

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

revision 1.21 by chopp, Fri Aug 5 09:38:09 2005 UTC revision 1.22 by martinp, Mon Sep 5 09:51:37 2005 UTC
# Line 72  extern EventTable_T Event_Table[]; Line 72  extern EventTable_T Event_Table[];
72   * Post a new Event   * Post a new Event
73   * @param service The Service the event belongs to   * @param service The Service the event belongs to
74   * @param id The event identification   * @param id The event identification
75   * @param state TRUE for failed, FALSE for passed event state   * @param state The event state
76   * @param action Description of the event action   * @param action Description of the event action
77   * @param s Optional message describing the event   * @param s Optional message describing the event
78   */   */
# Line 105  short Event_get_state(Event_T E); Line 105  short Event_get_state(Event_T E);
105    
106    
107  /**  /**
108     * Return the actual event state based on event state bitmap
109     * and event ratio needed to trigger the state change
110     * @param E An event object
111     * @param S Actual posted state
112     * @return The Event raw state
113     */
114    short Event_check_state(Event_T E, short S);
115    
116    
117    /**
118   * Get the Event type   * Get the Event type
119   * @param E An event object   * @param E An event object
120   * @return The Event type   * @return The Event type

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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