Re: Single API Asynchronous Callback Function Signature

2010-07-15 Thread Brendan Tauras
Is there a way to get the opaque session pointer (struct session_list *) from the regular session pointer (struct snmp_session *) when using the Single API? If this is not possible, my description below may document a bug: Using select and read functions to do asynchronous callbacks will make a s

Single API Asynchronous Callback Function Signature

2010-07-14 Thread Brendan Tauras
I am having trouble using the Single API to perform asynchronous walks with Net-SNMP version 5.4.3. Any help would be great. I have two main issues: 1. Does the Single API really use the same callback function signature as the Traditional API (snmp_callback at snmp_api.h:180)? I would expect th