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

Diff of /monit/monitor.h

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

revision 1.104 by hauk, Tue Sep 30 16:03:13 2003 UTC revision 1.105 by hauk, Tue Sep 30 17:18:04 2003 UTC
# Line 463  typedef struct mydeviceinfo { Line 463  typedef struct mydeviceinfo {
463    long f_files;                          /**< Total file nodes in filesystem */    long f_files;                          /**< Total file nodes in filesystem */
464    long f_filesfree;                       /**< Free file nodes in filesystem */    long f_filesfree;                       /**< Free file nodes in filesystem */
465    
466      int  event_handled;        /**< TRUE if this event has been handled before */
467    /** For internal use */    /** For internal use */
468    char mntpath[STRLEN];        /**< Filesystem file, directory or mountpoint */    char mntpath[STRLEN];        /**< Filesystem file, directory or mountpoint */
469  } *DeviceInfo_T;  } *DeviceInfo_T;
# Line 506  typedef struct myservice { Line 507  typedef struct myservice {
507    int  def_procinfo;        /**< TRUE if procinfo is defined for the service */    int  def_procinfo;        /**< TRUE if procinfo is defined for the service */
508    int  visited;      /**< Service visited flag, set if dependencies are used */    int  visited;      /**< Service visited flag, set if dependencies are used */
509    int  depend_visited;/**< Depend visited flag, set if dependencies are used */    int  depend_visited;/**< Depend visited flag, set if dependencies are used */
510      int  event_handled;        /**< TRUE if this event has been handled before */
511    
512    Checksum_T checksum;                                   /**< Checksum check */    Checksum_T checksum;                                   /**< Checksum check */
513    Dependant_T dependantlist;                      /**<Dependant service list */    Dependant_T dependantlist;                      /**<Dependant service list */

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105

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