link-mink / mink-core

mINK Framework
http://link-mink.com
MIT License
3 stars 4 forks source link

Remove dl methods from mink_utils #11

Closed dfranusic closed 3 years ago

dfranusic commented 3 years ago

Some binaries are not using dlopen and related methods but are still linked with with libdl. Convenience methods for dynamic loading of plugins are included in mink_utils; they should be migrated to a separate namespace.

dfranusic commented 3 years ago

Resolved