Re: implementing delay in snmpget

2006-01-06 Thread Robert Story
On Fri, 6 Jan 2006 16:11:53 +0530 (IST) [EMAIL PROTECTED] wrote: RC> I wanted to implement a delay if somebody does snmpget on an oid RC> 1.3.6.1.2.1.1.5.0. So I copied the following code from delayed_instance.c. RC> I run this code and run snmpget command this oid, I cant see any delay. You compi

implementing delay in snmpget

2006-01-06 Thread raviraj
Hi, I wanted to implement a delay if somebody does snmpget on an oid 1.3.6.1.2.1.1.5.0. So I copied the following code from delayed_instance.c. I run this code and run snmpget command this oid, I cant see any delay. Can somebody help me in implementing this? -