Sign in
gfiber
/
vendor
/
opensource
/
netsnmp
/
9b389c626bb9499bd6275486cc62853d5b8cfae6
/
.
/
agent
/
mib_modules.h
blob: 1b8bd8992ffb13ddde8ade325c3a223e8ea4220a [
file
] [
log
] [
blame
]
#define
DO_INITIALIZE
1
#define
DONT_INITIALIZE
0
struct
module_init_list
{
char
*
module_name
;
struct
module_init_list
*
next
;
};
void
add_to_init_list
(
const
char
*
module_list
);
int
should_init
(
const
char
*
module_name
);
void
init_mib_modules
(
void
);