Re : Implementing Persistant data

2006-02-16 Thread vikas.shivappa
Title: Re : Implementing Persistant data Hi Wes Hardaker , Thanks for the suggestions ! Its working for the scalars now the only thing I did was to put the register_config_handler in the init function . I have implemented it for scalars. I searched for implementation of persistant

Re: Implementing persistant data.

2006-02-14 Thread Wes Hardaker
> On Mon, 13 Feb 2006 15:37:32 +0530, <[EMAIL PROTECTED]> said: vikas> As soon as it reads the token from the file given , it has to call the vikas> parser function which will get the token and its value as its vikas> paramters . But in my code the parser function is not being called at vikas>

Implementing persistant data.

2006-02-13 Thread vikas.shivappa
Title: Implementing persistant data. Hi All , I was trying to implement persistant data in net-snmp . I just want to read the data from my custom config file . I am using the function register_config_handler("filename","token name" , ptr to parser function ,  NULL ,