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

Diff of /monit/monitor.h

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

revision 1.78 by martinp, Tue Aug 5 07:55:22 2003 UTC revision 1.79 by martinp, Tue Aug 5 15:03:48 2003 UTC
# Line 412  typedef struct myservice { Line 412  typedef struct myservice {
412    int  nevery;          /**< Counter for every.  When nevery == every, check */    int  nevery;          /**< Counter for every.  When nevery == every, check */
413    int  has_checksum_error;     /**< TRUE if the service has a checksum error */    int  has_checksum_error;     /**< TRUE if the service has a checksum error */
414    int  has_permission_error; /**< TRUE if the service has a permission error */    int  has_permission_error; /**< TRUE if the service has a permission error */
415      int  has_uid_error;               /**< TRUE if the service has a UID error */
416      int  has_gid_error;               /**< TRUE if the service has a GID error */
417    int  def_every;              /**< TRUE if every is defined for the service */    int  def_every;              /**< TRUE if every is defined for the service */
418    int  def_timeout;          /**< TRUE if timeout is defined for the service */    int  def_timeout;          /**< TRUE if timeout is defined for the service */
419    int  def_checksum;        /**< TRUE if checksum is defined for the service */    int  def_checksum;        /**< TRUE if checksum is defined for the service */

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

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