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

Diff of /monit/monitor.h

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

revision 1.67 by chopp, Thu Jul 3 11:43:32 2003 UTC revision 1.68 by martinp, Sun Jul 6 18:29:38 2003 UTC
# Line 355  typedef struct mydeviceinfo { Line 355  typedef struct mydeviceinfo {
355    long f_blocksfreetotal;                     /**< Free blocks in filesystem */    long f_blocksfreetotal;                     /**< Free blocks in filesystem */
356    long f_files;                          /**< Total file nodes in filesystem */    long f_files;                          /**< Total file nodes in filesystem */
357    long f_filesfree;                       /**< Free file nodes in filesystem */    long f_filesfree;                       /**< Free file nodes in filesystem */
358    
359      /** For internal use */
360      char mntpath[STRLEN];        /**< Filesystem file, directory or mountpoint */
361  } *DeviceInfo_T;  } *DeviceInfo_T;
362    
363    
# Line 521  void  state_save(); Line 524  void  state_save();
524  int   state_should_update();  int   state_should_update();
525  void  state_update();  void  state_update();
526  void  state_finalize();  void  state_finalize();
 char *get_device(char *, unsigned, char *);  
 int   get_fsusage(char *, DeviceInfo_T);  
527    
528  #endif  #endif

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

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