Re: How to do create a net-snmp subagent without infinite while loop

2005-12-14 Thread Dave Shield
On Wed, 2005-12-14 at 11:53 +0530, Simon Saha wrote: > But as your tutorial suggest my subagent has to be stuck > in an infinite while loop waiting for SNMP request, like the following. > > while(keep_running) { > agent_check_and_process(1); /* 0 == don't block */ > } No - that's not a fu

How to do create a net-snmp subagent without infinite while loop

2005-12-14 Thread Simon Saha
I know that I am mailing at wrong address but mails at [EMAIL PROTECTED] are not getting delivered. So please forward my mail to correct destination. Dear Sir/Madam, I am using net-snmp version 5.2.2 to develop a subagent to a protocol stack. I want both the stack and subagent t