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

Diff of /monit/event.c

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

revision 1.6 by hauk, Sun Jul 20 00:30:31 2003 UTC revision 1.7 by hauk, Thu Jul 24 00:35:25 2003 UTC
# Line 137  void Event_free(Event_T *E) { Line 137  void Event_free(Event_T *E) {
137  }  }
138    
139    
140    /* -------------------------------------------------------------- Properties */
141    
142    
143  /**  /**
144   * Get the Service where the event orginated   * Get the Service where the event orginated
# Line 172  int Event_get_id(Event_T E) { Line 174  int Event_get_id(Event_T E) {
174   * @param E An event object   * @param E An event object
175   * @return The Event message. May be NULL   * @return The Event message. May be NULL
176   */   */
177  const char *Event_get_message(Event_T E) {  char *Event_get_message(Event_T E) {
178    
179    ASSERT(E);    ASSERT(E);
180    

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