> How do I get the RootOID for which the
> XXX__get_first_data_pointer is registrate, when the
> function will be execute.  I need this information to get
> external data into the link list.

The get_{first,next}_data_pointer routines wouldn't normally
be interested in the OIDs at all.   They would typically have
a collection of data that they're working with, and would
iterate through that.
   Interpreting this w.r.t. OIDs is the job of the iterator
helper.

If you've got two different tables, these would normally
be registered using two different pairs of iteration hook
routines.  Though I suppose it might be possible to have
different 'get_first' routines and a common 'get_next'
if the data structures were suitably similar.

Dave



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Net-snmp-coders mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to