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
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
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
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