Persistent storage

2007-09-04 Thread Peter Czaja
My goal is to persistently store some writable values of a custom MIB so they survive the lifetime of my SNMP AgentX subagent "myagent". I already stumbled upon the concept of DEFAULT_STORE and its netsnmp_ds_(get|set)_(boolean|int|string) calls. When compiling using "net-snmp-config --compile-

Re: Persistent storage

2007-09-18 Thread Peter Czaja
Hi, coming back to.. Dave Shield schrieb: > On 04/09/07, Peter Czaja <[EMAIL PROTECTED]> wrote: >> But where is the equivalent to the "init_myagent_scalar()" function? >> >> Something like "finalize_myagent_scalar()", which would be a natural &