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

Diff of /monit/monitor.h

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

revision 1.157 by martinp, Tue Sep 28 14:24:01 2004 UTC revision 1.158 by martinp, Thu Dec 9 17:02:44 2004 UTC
# Line 555  typedef struct myinfo { Line 555  typedef struct myinfo {
555    long   f_files;                        /**< Total file nodes in filesystem */    long   f_files;                        /**< Total file nodes in filesystem */
556    long   f_filesfree;                     /**< Free file nodes in filesystem */    long   f_filesfree;                     /**< Free file nodes in filesystem */
557    char   mntpath[STRLEN];      /**< Filesystem file, directory or mountpoint */    char   mntpath[STRLEN];      /**< Filesystem file, directory or mountpoint */
558      int    inode_percent;                      /**< Used inode percentage * 10 */
559      long   inode_total;                          /**< Used inode total objects */
560      int    space_percent;                      /**< Used space percentage * 10 */
561      long   space_total;                           /**< Used space total blocks */
562    
563    /* FIle specific */    /* FIle specific */
564    size_t st_size;                                                 /**< Size */    size_t st_size;                                                 /**< Size */

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.158

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