diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-05 08:18:24 +0000 | 
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-05 08:18:24 +0000 | 
| commit | daf6d14f2c86498045fd1667784f5cbaebd803c7 (patch) | |
| tree | b75386281fc5a284ac3d6f52763c77652aff13d3 /net-mgmt/net-snmp-devel/files/patch-hr_storage.h | |
| parent | Aop (Ambassador Of Pain) is a curses based arcade game for UNIX with only 64 (diff) | |
Add mbuf cluster statistics.
Diffstat (limited to 'net-mgmt/net-snmp-devel/files/patch-hr_storage.h')
| -rw-r--r-- | net-mgmt/net-snmp-devel/files/patch-hr_storage.h | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-hr_storage.h b/net-mgmt/net-snmp-devel/files/patch-hr_storage.h new file mode 100644 index 000000000000..a14eb9f1043c --- /dev/null +++ b/net-mgmt/net-snmp-devel/files/patch-hr_storage.h @@ -0,0 +1,11 @@ +--- agent/mibgroup/host/hr_storage.h.orig	Tue Feb 25 22:17:48 2003 ++++ agent/mibgroup/host/hr_storage.h	Wed May  5 15:27:40 2004 +@@ -12,6 +12,7 @@ + #define	HRS_TYPE_MBUF		1 + #define	HRS_TYPE_MEM		2 + #define	HRS_TYPE_SWAP		3 +-#define	HRS_TYPE_FIXED_MAX	3     /* the largest fixed type */ ++#define	HRS_TYPE_MBUFCLUSTER	4 ++#define	HRS_TYPE_FIXED_MAX	4     /* the largest fixed type */ +  + #endif                          /* _MIBGROUP_HRSTORAGE_H */  | 
