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 >

Solaris libtool Error on Make

2012-06-04 Thread Lomax, Michael P.
I am working to compile Net-SNMP 5.7.1 on Solaris 10. The configure ran with no errors. However the make had the following results: -bash-3.00# make gcc -E -Iinclude -I/mpl/net-snmp-5.7.1/include -I/mpl/net-snmp-5.7.1/agent/mibgroup -I. -I/mpl/net-snmp-5.7.1 -DDONT_INC_STRUCTS -DBINDIR=/usr/

Net-SNMP 5.7.2 pre-release #1

2012-06-04 Thread Wes Hardaker
Net-SNMP 5.7.2.pre1 is now available for testing from our download site: http://www.net-snmp.org/download.html -- Wes Hardaker Please mail all replies to [email protected] -- Live Security Virtual

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;