Ticket #7309: patch-agent.mibgroup.host.hr_storage.c

File patch-agent.mibgroup.host.hr_storage.c, 540 bytes (added by markd@…, 18 years ago)

5.3.1 patchfile for hr_strorage.c

Line 
1--- agent/mibgroup/host/hr_storage.c.org        2006-06-05 10:38:24.000000000 -0700
2+++ agent/mibgroup/host/hr_storage.c    2006-07-23 14:47:22.000000000 -0700
3@@ -732,11 +732,6 @@
4             case HRS_TYPE_SWAP:
5                 long_return = -1;
6                break;
7-#if defined(MBSTAT_SYMBOL)
8-           case HRS_TYPE_MBUF:
9-                long_return = mbstat.m_mbufs;
10-                break;
11-#endif
12 #elif defined(TOTAL_MEMORY_SYMBOL) || defined(USE_SYSCTL_VM)
13             case HRS_TYPE_MEM:
14                 long_return = memory_totals.t_rm;