On Tue, 2005-06-14 at 11:36, partha wrote: > For the time being I want to work with the second > index only. (/* index: iwsCpuIndex */) .
You can't do that. If you've registered the table as having two indexes, then that's what the iterator helper is expecting. You've got to supply *both* index values (even if one of them is a fixed dummy value). I find it unlikely that it would work properly as it stands. Dave ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
