Re: what function should be called to free cached data

2006-10-24 Thread Dave Shield
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

what function should be called to free cached data

2006-10-24 Thread redhouse101
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 ---