init_agentx_config() function availability

2004-07-06 Thread Kurapati M-G19456
Title: Message Hi,   Following code is the snippet of our SNMP SubAgent.  I am facing two problems with this finction.   1.  init_agentx_config() is deifined in agentx_config.c and the declaration is available in agentx_config.h file.  agentx_config.h is not getting copied i

Re: init_agentx_config() function availability

2004-07-21 Thread Dave Shield
> Is the order of the calls that I am making in the init routine are correct? > Am I making necessary and sufficient calls to initialize the subagent? I haven't looked into this very deeply, but it doesn't look right. The 'init_agent' call invokes 'init_subagent', so having this the other way rou