X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fnet-snmp%2Fagent%2Fmibgroup%2Fucd-snmp%2Fvmstat_hpux.h;fp=userapps%2Fopensource%2Fnet-snmp%2Fagent%2Fmibgroup%2Fucd-snmp%2Fvmstat_hpux.h;h=0000000000000000000000000000000000000000;hb=cf3b25a5003e531e4599b2a56fa007f272198570;hp=e10095e2c6eaf633e88adfbcdc89470d21375212;hpb=59e02c1be2c9b373846b0789fbd5b7ef46f0927f;p=bcm963xx.git diff --git a/userapps/opensource/net-snmp/agent/mibgroup/ucd-snmp/vmstat_hpux.h b/userapps/opensource/net-snmp/agent/mibgroup/ucd-snmp/vmstat_hpux.h deleted file mode 100755 index e10095e2..00000000 --- a/userapps/opensource/net-snmp/agent/mibgroup/ucd-snmp/vmstat_hpux.h +++ /dev/null @@ -1,55 +0,0 @@ -/* - * vmstat_hpux.h - * Header file for vmstat_hpux module for UCD-SNMP - * Gary Edwards - * - */ - -/* - * Prevent accidental double inclusions - */ -#ifndef _MIBGROUP_VMSTAT_HPUX_H -#define _MIBGROUP_VMSTAT_HPUX_H - -/* - * Directive to include utility module - */ -config_require(util_funcs) - - /* - * Make 64-bit pstat calls - */ -#define _PSTAT64 - /* - * MIB wants CPU_SYSTEM which is CP_SYS + CP_WAIT (see sys/dk.h) - */ -#define CPU_SYSTEM 9 - /* - * Time interval to gather system data - */ - /* - * Lower value -> more accurate data, higher value -> less CPU usage - */ - /* - * Value is in seconds - */ -#define POLL_INTERVAL 60 - /* - * How many snapshots of system data to keep. Values returned are over - */ - /* - * time difference between first and last snapshot - */ - /* - * Using POLL_INTERVAL 60 and POLL_VALUES 5 we get the values - */ - /* - * over five minutes, which is a reasonable figure - */ -#define POLL_VALUES 5 - /* - * Declared in vmstat_hpux.c, from prototype - */ - void init_vmstat_hpux(void); - -#endif /* _MIBGROUP_VMSTAT_HPUX_H */