summaryrefslogtreecommitdiff
path: root/agent/mibgroup/host/hr_network.h
blob: d7bcb48ee8d136a99da3ca029651c0a3cfcd7208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *  Host Resources MIB - network device group interface - hr_network.h
 *
 */
#ifndef _MIBGROUP_HRNET_H
#define _MIBGROUP_HRNET_H

config_require(host/hr_device)

extern void     init_hr_network(void);
extern FindVarMethod var_hrnet;

config_require(host/hr_device mibII/ifTable)
#endif                          /* _MIBGROUP_HRNET_H */