Re: Library re-initializaon at runtime

2009-11-27 Thread Tomasz Lis
First patch submitted. Let me know if everything is OK - i didn't used patches before. 2009/11/25 Magnus Fromreide > On Wed, 2009-11-25 at 21:15 +0100, Magnus Fromreide wrote: > > On Wed, 2009-11-25 at 10:40 +0100, Tomasz Lis wrote: > > > > > > btw, the latest SVN isn't installing oid.h into in

Re: Library re-initializaon at runtime

2009-11-25 Thread Magnus Fromreide
On Wed, 2009-11-25 at 21:15 +0100, Magnus Fromreide wrote: > On Wed, 2009-11-25 at 10:40 +0100, Tomasz Lis wrote: > > > > btw, the latest SVN isn't installing oid.h into include directory on > > "make install". > > Thanks for the report. Fixed in r 17837 Thanks again. /MF ---

Re: Library re-initializaon at runtime

2009-11-25 Thread Magnus Fromreide
On Wed, 2009-11-25 at 10:40 +0100, Tomasz Lis wrote: > Hello, > > I'm currently working on making Net-SNMP to be re-initializable (so > that a client sub-agent can connect to AgentX again after calling > shutdown function (currently snmp_shutdown())). > I will probably make other changes too.. but

Library re-initializaon at runtime

2009-11-25 Thread Tomasz Lis
Hello, I'm currently working on making Net-SNMP to be re-initializable (so that a client sub-agent can connect to AgentX again after calling shutdown function (currently snmp_shutdown())). I will probably make other changes too.. but that later. I wish to contribute my changes to the project. Sha