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

Diff of /monit/monitor.h

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

revision 1.14 by rory, Wed Sep 25 22:43:38 2002 UTC revision 1.15 by rory, Thu Sep 26 02:39:27 2002 UTC
# Line 62  Line 62 
62  #define TRUE               1  #define TRUE               1
63  #define FALSE              0  #define FALSE              0
64    
65    #define PSTART              1
66    #define PSTOP               0
67    
68  #define MAXIMUM(x,y)       ((x) > (y) ? (x) : (y))  #define MAXIMUM(x,y)       ((x) > (y) ? (x) : (y))
69  #define is(a,b)            ((a&&b)?!strcasecmp(a, b):0)  #define is(a,b)            ((a&&b)?!strcasecmp(a, b):0)
70    
# Line 302  void  stop(); Line 305  void  stop();
305  void  stop_group(char *);  void  stop_group(char *);
306  void  stop_process(Process_T);  void  stop_process(Process_T);
307  void  dstop_process(char *);  void  dstop_process(char *);
308    void  control_process(char *, int);
309    void  force_process(Process_T, int);
310    void  dcontrol_process(char *, int);
311  void  spawn(Process_T, Command_T);  void  spawn(Process_T, Command_T);
312  void  status();  void  status();
313  void  status_group(char *);  void  status_group(char *);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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