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

Diff of /monit/monit_process.h

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

revision 1.11 by martinp, Wed Aug 6 13:10:51 2003 UTC revision 1.12 by martinp, Tue Sep 9 19:36:40 2003 UTC
# Line 28  Line 28 
28    
29  #define PROCESS_ZOMBIE        1  #define PROCESS_ZOMBIE        1
30    
31  extern int include_children;  extern int  include_children;
32  extern char actionnames[][STRLEN];  extern char actionnames[][STRLEN];
33  extern char modenames[][STRLEN];  extern char modenames[][STRLEN];
34  extern char operatornames[][STRLEN];  extern char operatornames[][STRLEN];
35  extern char operatorshortnames[][3];  extern char operatorshortnames[][3];
36  extern char statusnames[][STRLEN];  extern char statusnames[][STRLEN];
37  extern char servicenames[][STRLEN];  extern char servicenames[][STRLEN];
38  extern int num_cpus;  extern int  num_cpus;
39  extern int mem_kbyte_max;  extern long mem_kbyte_max;
40    
41  int update_process_data(Service_T s, ProcessTree_T *, int treesize, pid_t pid);  int update_process_data(Service_T s, ProcessTree_T *, int treesize, pid_t pid);
42  int init_process_info(void);  int init_process_info(void);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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