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? 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? One of table_data, table_tdata or even (shudder!) MfD should handle this easily enough, without the inefficiencies of the iterator searches. Dave ------------------------------------------------------------------------- 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
