proc.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  *  Process watching mib group
  3.  */
  4. #ifndef _MIBGROUP_PROC_H
  5. #define _MIBGROUP_PROC_H
  6. config_require(util_funcs)
  7.      void            init_proc(void);
  8.      extern FindVarMethod var_extensible_proc;
  9.      extern WriteMethod fixProcError;
  10.      int             sh_count_procs(char *);
  11. /*
  12.  * config file parsing routines 
  13.  */
  14.      void            proc_free_config(void);
  15.      void            proc_parse_config(const char *, char *);
  16.      void            procfix_parse_config(const char *, char *);
  17. #include "mibdefs.h"
  18. #define PROCMIN 3
  19. #define PROCMAX 4
  20. #define PROCCOUNT 5
  21. #endif                          /* _MIBGROUP_PROC_H */