Where should I free the global table ?

2011-02-03 Thread sujata patra
Hi, I have problem of freeing the messageTable_head linked list. I found it frees everytime cache expires by calling messageTable_free(). But I do not want that to be freed everytime. It will be created at start time and want to be freed at shutdown. I have shown this by File* fp. But actually

Re: linking errors in net-snmp

2011-02-03 Thread Bart Van Assche
On Thu, Feb 3, 2011 at 1:24 PM, Ramesh Kumar wrote: > Hi > > I compiled net-snmp in windows by following steps > > 1. Open a command prompt > > 2. Initialize the Visual Studio build environment by running VCVARS32.bat >which can be found in the bin folder of your Visual Studio install > fol

SET Request: row creation can't find functions

2011-02-03 Thread Egor
Hi I Have MIB file: ... simpleInt OBJECT-TYPE SYNTAX Integer32 (1..100) MAX-ACCESS read-create STATUS current DESCRIPTION "simple Interger implementation" ::= { simpleEntry 2 } simpleStr OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..10)) MAX-ACCESS

create new raw in table

2011-02-03 Thread Egor
Hi! Is there way to create new raw in some table by snmp request? So, if yes, how it can be realized by mib2c module and mfd? Best regards, Egor -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Fina

linking errors in net-snmp

2011-02-03 Thread Ramesh Kumar
Hi I compiled net-snmp in windows by following steps 1. Open a command prompt 2. Initialize the Visual Studio build environment by running VCVARS32.bat which can be found in the bin folder of your Visual Studio install folder. 3. Run win32\build.bat 4. enable 'Install development files'

net-snmp help required!

2011-02-03 Thread Imran Ali
Subject: Need net-snmp help! Can't properly unload a shared object (dlmodNextIndex not decrementing) This question refers to the Net-SNMP online tutorial entitled, "Writing a Dynamically Loadable Object": http://www.net-snmp.org/wiki/index.php/TUT:Writing_a_Dynamically_Loadable_Object