Re: use of optional parameters in netsnmp_handler_registration struct

2012-06-04 Thread Ravi Kumar
thanks On Mon, Jun 4, 2012 at 7:30 AM, Robert Story wrote: > On Mon, 4 Jun 2012 17:41:12 +0530 Ravi wrote: > RK> Can anybody tell me what is the purpose of following optional > RK> parameters in "netsnmp_handler_registration" structure. > > Have you looked at the API documentation? Try >

Re: use of optional parameters in netsnmp_handler_registration struct

2012-06-04 Thread Robert Story
On Mon, 4 Jun 2012 17:41:12 +0530 Ravi wrote: RK> Can anybody tell me what is the purpose of following optional RK> parameters in "netsnmp_handler_registration" structure. Have you looked at the API documentation? Try http://net-snmp.sourceforge.net/dev/agent/group__agent__mib__registering.html#g

use of optional parameters in netsnmp_handler_registration struct

2012-06-04 Thread Ravi Kumar
Hi All, Can anybody tell me what is the purpose of following optional parameters in "netsnmp_handler_registration" structure. /** * more optional stuff */ int priority; int range_subid; oid range_ubound;