I have this callback function that processes traps received from agent. I used snmp_sess_open() on my application, and used netsnmp_transport *transport = snmp_sess_transport(snmp_sess_pointer(session) ); where session is the one passed to the callback function.

but the transport returns as NULL although the pointer session is of valid address. Can somebody help here? I saw one statement saying a callback function can not use the signle API calls to further proess the session, is it related to the problem I am seeing.




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to