Re: register_readfd

2007-11-27 Thread Dave Shield
On 26/11/2007, Sridhar Addagada <[EMAIL PROTECTED]> wrote: > If i was planning to use the delegate for the get requests, can i > still use the register_readfd instead of the snmp_alarm_register from > the example file delayed_instance.c That should work, I think, The register_fd c

Re: register_readfd

2007-11-26 Thread Sridhar Addagada
If i was planning to use the delegate for the get requests, can i still use the register_readfd instead of the snmp_alarm_register from the example file delayed_instance.c, if not, can someone provide a pseudo code of how use it. Sridhar On Nov 23, 2007 3:12 PM, Dave Shield <[EMAIL PROTEC

Re: register_readfd

2007-11-23 Thread Dave Shield
On 23/11/2007, Sridhar Addagada <[EMAIL PROTECTED]> wrote: > Now i'm planning > to use the register_readfd, to hook up socket descriptor opened to the > other process. What i want to know can i do it before the

register_readfd

2007-11-22 Thread Sridhar Addagada
I'm implementing a subagent, that talks to another process to populate the mib objects upon the reception of the requests. Now i'm planning to use the register_readfd, to hook up socket descriptor opened to the other process. What i want to know can i do it before the init_agetn() and