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

Diff of /monit/monitor.h

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

revision 1.179 by martinp, Sat Nov 19 00:37:42 2005 UTC revision 1.180 by martinp, Mon Nov 28 16:25:15 2005 UTC
# Line 203  Sigfunc *signal(int signo, Sigfunc * fun Line 203  Sigfunc *signal(int signo, Sigfunc * fun
203  #define IS(a,b)  ((a&&b)?!strcasecmp(a, b):0)  #define IS(a,b)  ((a&&b)?!strcasecmp(a, b):0)
204  #define DEBUG if(Run.debug) log  #define DEBUG if(Run.debug) log
205  #define FLAG(x, y) (x & y) == y  #define FLAG(x, y) (x & y) == y
206    #define STR(x) (x?x:"")
207    
208    
209  /** ------------------------------------------------- Synchronization macros */  /** ------------------------------------------------- Synchronization macros */
# Line 306  typedef struct mymail { Line 307  typedef struct mymail {
307    char *from;                                     /**< The mail from address */    char *from;                                     /**< The mail from address */
308    char *subject;                                       /**< The mail subject */    char *subject;                                       /**< The mail subject */
309    char *message;                                       /**< The mail message */    char *message;                                       /**< The mail message */
   char *opt_message;                 /**< An optional message used in alerts */  
310    unsigned int events;  /*< Events for which this mail object should be sent */    unsigned int events;  /*< Events for which this mail object should be sent */
311    unsigned int reminder;              /*< Send error reminder each Xth cycle */    unsigned int reminder;              /*< Send error reminder each Xth cycle */
312    

Legend:
Removed from v.1.179  
changed lines
  Added in v.1.180

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