On 23/10/06, redhouse101 <[EMAIL PROTECTED]> wrote:
> Inside subagent, some data are cached. What API function should I call to
> un-register the MIB and free cached data when my subagent is shutdown?
When the agent is shutdown, it should unregister all MIBs automatically.
If you need to do extra
Hello,
I use init_XXX to register MIB to a subagent.
init_XXX {
REGISTER_MIB("XXX", XXX_variables, variable4, XXX_variables_oid);}
Inside subagent, some data are cached. What API function should I call to un-register the MIB and free cached data when my subagent is shutdown?
RH101
---