Hello,
I have defined a new enterprise mib.
I used mib2c tool to generate some c code files.
I have used the new net-snmp style option.
How can I hook the new code to the tree? I mean I don't see code generated that will allow the agent to call the functions when the request will be made. For example I see that for hooking the system group, the REGISTER_MIB macro with system_variables was used. Here I don't see any structures hooking the OIDs to the functions.
