On Tue, 29 Mar 2005 14:19:15 -0600 [EMAIL PROTECTED] wrote:
EYC> I have been working on mib2c.iterate_access.conf to generate ifTable
EYC> iterate_access, because that looks most close to what I want.
EYC> 
EYC> The obstacle I met here is in ifTable_access.c line 40,
EYC> *my_loop_context = /** XXX */ ;
EYC> *my_data_context = /** XXX */ ;
EYC> How to set the context for ifTable?
EYC> 
EYC> In my case, I need to declare a list for ifTable. What is the proper type
EYC> for ifTable here?

There is no proper type. The iterate_access stuff (and iterator) is mean to be
an interface to an existing set of data. So the context here would be a
reference to your existing data for the table.

-- 
NOTE: messages sent directly to me, instead of the lists, will be deleted
      unless they are requests for paid consulting services.

Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to