Hello, 

 

I'm writing a subagent using Net-SNMP in a multithreaded environment.
Basically, there are two threads, one with the Net-SNMP subagent and
another getting information and making it available to the subagent. In
order to synchronize both threads to prevent changing the data exchanged
while a request is in process I need to know when an SNMP request is
received and when it is sent. I tried using netsnmp_mib_handlers, but
these are called for each varbind, so I was unable to find a mechanism
to find out when the request begins being processed and ends.

Is there a way to do that?

 

Thanks,

 

Oscar

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to