Hi i'm looking at net-snmp code to understand the main flow of the requests 
that come/go. I'm looking at netsnmp_register_handler (agent_handler.c:207)
As far as i understand it makes some checks and passes the 
netsnmp_handler_registration *reginfo to netsnmp_register_mib function to 
register it to oid tree. My question actually is about netsnmp_register_mib
(agent_registry.c:708) as far as i understand it creates a netsnmp_subtree 
*subtree it puts the reginfo in it but i dont see any place that this subtree 
is registered (attached to any global structure) can someone tell me what the 
netsnmp_register_mib is doing and what happens to created subtree structure ?

Thanks in advance ...

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to