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
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,