File process_control.h

Included in: autoprocd.c
  interpreter.c
  process_control.c

Included Files


Preprocessor definitions

#define PROCESS_CONTROL_H

Typedef ControlStatistics

typedef struct {...} ControlStatistics
struct  
   {  
      int nProcesses;  
      int nActive;  
      int nInactive;  
      int nErrors;  
      int nRestarts;  
      int nCrashes;  
      double cpuload;  
   }