Re: Understanding Table_handler() function

2012-03-19 Thread Dave Shield
On 19 March 2012 19:20, Simon Chamlian wrote: > Since the handler function is called for each OID in the table No - the handler function is called with a list of the (relevant) OIDs in the incoming request. > (so one request at a time)? No. One of the changes introduced with the v5 handler-base

Understanding Table_handler() function

2012-03-19 Thread Simon Chamlian
Hi, The Table handler functions I get using one of the scripts are: int xxxTable_handler( netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info*reqinfo, netsnmp_request_info *requests) { netsnmp