/[monit]/monit/p.y
ViewVC logotype

Diff of /monit/p.y

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

revision 1.83 by chopp, Thu Jul 3 11:43:32 2003 UTC revision 1.84 by martinp, Sun Jul 6 18:29:38 2003 UTC
# Line 74  Line 74 
74  #include "alert.h"  #include "alert.h"
75  #include "monit_process.h"  #include "monit_process.h"
76  #include "ssl.h"  #include "ssl.h"
77    #include "monit_device.h"
78    
79  #define YERROR(msg) { yyerror(msg); YYABORT; }  #define YERROR(msg) { yyerror(msg); YYABORT; }
80    
# Line 786  space           : SPACE operator value u Line 787  space           : SPACE operator value u
787    
788                      DeviceInfo_T di= NEW(di);                      DeviceInfo_T di= NEW(di);
789    
790                      get_fsusage(current->path, di);                      DeviceInfo_Usage(di, current->path);
791    
792                      deviceset.resource= RESOURCE_ID_SPACE;                      deviceset.resource= RESOURCE_ID_SPACE;
793                      deviceset.operator= $<number>2;                      deviceset.operator= $<number>2;

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

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