On Wed, Nov 30, 2011 at 10:31:22AM -0500, Robert Story wrote:
> On Mon, 21 Nov 2011 08:22:56 -0300 Leonardo wrote:
> LC> Commit a1786947edc5033807db22fe5456a256df23838b (from v5.7.pre1)
> LC> renamed the function deinit_dlmod() to shutdown_dlmod().  Apparently,
> LC> some 3rd party software (hp-snmp-agents for example) depends on the
> LC> former.  Do you guys normally add wrappers to keep backwards
> LC> compatibility in cases like this?
> 
> Yes, we usually do. Magnus, any particular reason you didn't do this?

deinit_* is - as far as I understand it - used to specify shutdown routines
that are to be run when a dlopened module is unloaded.

The dlmod module would never be dynamically unloaded as it would have to load
itself first.

Thus I wanted to move it into the normal init_/shutdown_ framework.
Leaving an extra deinit_dlmod lying around didn't fill any purpose.

/MF

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to