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

Diff of /monit/monitor.h

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

revision 1.16 by chopp, Fri Sep 27 09:52:29 2002 UTC revision 1.17 by rory, Wed Oct 2 03:03:45 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  #define FORCE_CONTROL      0
66  #define PSTOP               0  #define HTTP_CONTROL       1
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)
# Line 299  char *url_encode(char *uri); Line 299  char *url_encode(char *uri);
299  char *get_basic_authentication_header();  char *get_basic_authentication_header();
300  int   set_md5sum(char **, char *);  int   set_md5sum(char **, char *);
301  int   parse(char *);  int   parse(char *);
302  void  start();  void  control_process(Process_T, char *, int);
303  void  start_group(char *);  void  control(char *);
304  void  start_process(Process_T);  void  control_group(char *, char *);
305  void  dstart_process(char *);  void  check_process(char *, char *);
 void  stop();  
 void  stop_group(char *);  
 void  stop_process(Process_T);  
 void  dstop_process(char *);  
 void  control_process(char *, int);  
 void  force_process(Process_T, int);  
 void  dcontrol_process(char *, int);  
306  void  spawn(Process_T, Command_T);  void  spawn(Process_T, Command_T);
307  void  status();  void  status();
308  void  status_group(char *);  void  status_group(char *);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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