plugins: only dlopen() each plugin once. dlcose() in destructor

This commit is contained in:
Daniel Eklöf 2019-01-12 19:38:06 +01:00
parent 64b77a0efc
commit 962252467f
5 changed files with 95 additions and 96 deletions

View file

@ -30,6 +30,7 @@ add_executable(f00bar
main.c
module.c module.h
particle.c particle.h
plugin.c plugin.h
tag.c tag.h
xcb.c xcb.h
yml.c yml.h