Re: Shared library exit handle

2009-01-01 Thread Nikos Balkanas
Please disregard. As described in the example the exit handle is deinit_myapp. Sorry for spamming. Happy New Year. Nikos - Original Message - From: Nikos Balkanas To: net-snmp-users@lists.sourceforge.net Sent: Wednesday, December 31, 2008 5:42 PM Subject: Shared library exit

Shared library exit handle

2008-12-31 Thread Nikos Balkanas
Hi, I am using the shared library approach to interface my application with snmpd. The entry handle is clearly defined: init_myapp() I was wondering what is the exit handle? I need to do some housekeeping before unloading the library. I have tried: exit_myapp() but it doesn't work. Thanx,