Click here for full details on this thread,
http://groups.google.co.in/group/mailing.unix.net-snmp-coders/browse_thr
ead/thread/7941c72cd8bed519/e4617b5803c167a8?lnk=st&q=NETSNMP_ITERATOR_F
LAG_SORTED&rnum=10&hl=en
MT> if (iinfo->flags & NETSNMP_ITERATOR_FLAG_SORTED) {
MT> callback_loop_conte
On Wed, 06 Apr 2005 09:20:21 +0100 Dave wrote:
DS> On Tue, 2005-04-05 at 22:00, Wes Hardaker wrote:
DS> > >> On Thu, 3 Feb 2005 10:01:54 -0800 Mike wrote:
DS> > MT> If table interator helper is used to access sorted tables,...
DS> > MT> ... Giving the get_first_data_point function access to the
DS
On Tue, 2005-04-05 at 22:00, Wes Hardaker wrote:
> >> On Thu, 3 Feb 2005 10:01:54 -0800 Mike wrote:
> MT> If table interator helper is used to access sorted tables,...
> MT> ... Giving the get_first_data_point function access to the
> MT> indices from the request ... can begin the search starting
> On Tue, 15 Feb 2005 20:45:41 -0500, Robert Story <[EMAIL PROTECTED]> said:
Robert> On Thu, 3 Feb 2005 10:01:54 -0800 Mike wrote:
MT> If table interator helper is used to access sorted tables, a small
MT> change in netsnmp_table_iterator_helper_handler() can greatly improve
MT> performance.
On Thu, 3 Feb 2005 10:01:54 -0800 Mike wrote:
MT> If table interator helper is used to access sorted tables, a small
MT> change in netsnmp_table_iterator_helper_handler() can greatly improve
MT> performance. Giving the get_first_data_point function access to the
MT> indices from the request (i.e.
If table interator helper is used
to access sorted tables, a small change in netsnmp_table_iterator_helper_handler() can greatly
improve performance. Giving the get_first_data_point function access to the indices from
the request (i.e. it is passed the netsnmp_table_request_info
*) the fun