I saw statement "Note that the single session API uses the existing callback mechanisms in the SNMP library. This means a callbakc function can not use the single API to furthre process the session"

Can a call back function decare a new session, and perform actions on the new session?
something like:

void *sessp;
struct snmp_session Session;
...
snmp_sess_init(&Session);
...
sessp = snmp_sess_open(&Session);

and then do more SNMP queries?

Thank you.




-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to