On tor, 2007-06-14 at 17:05 +0100, Dave Shield wrote: > On 10/06/07, Magnus Fromreide <[EMAIL PROTECTED]> wrote: > > Could someone please comment on wther these changes are useful? > > I haven't had the chance to look at the proposed code changes, > but the basic idea feels definitely worthwhile. One item caught > my eye, though: > > > > modern-sysORTable-mib: > > Change the implementation of sysORTable to use the iterator > > helper. Additionally makes the indices of the table stable. > > Why did you choose to use the iterator helper?
I managed to wrap my mind around that helper. > Given that the list of rows is held within the agent itself, > and hence the indexes are known - surely it would make sense > to use of of the helpers that actually use these indexes to store > the rows internally? I suppose so. > One of table_data, table_tdata or even (shudder!) MfD Basically the problem is that I don't understand them enough to do what I wish to do. Now looking further on it seems I could use the table_container helpers as rstory suggested. Please disregard the sysORTable patch for now, as I am working on a new one without iterators. /MF ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
