X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodule.c;h=384ad3437079b5f7728ecc8907fa4aaed3813086;hb=fcdf0ec203524819d926c57c9aa4d2fb6a268ca1;hp=efeceec09c6b79684b2d378627032d7cedc4a5cc;hpb=8445ab65087e37b1aadd1bb20f9a3b5b6625b3cf;p=lttv.git diff --git a/ltt/branches/poly/lttv/module.c b/ltt/branches/poly/lttv/module.c index efeceec0..384ad343 100644 --- a/ltt/branches/poly/lttv/module.c +++ b/ltt/branches/poly/lttv/module.c @@ -9,7 +9,7 @@ #include #include -#include "lttv.h" +#include /* Table of loaded modules and paths where to search for modules */ @@ -267,7 +267,7 @@ int lttv_module_unload(lttv_module_info *moduleInfo, loadtype load) { } #define MODULE_I ((lttv_module_info *)modulesStandalone->pdata[i]) - +//FIXME use g_ptr_array_index instead /* unload all the modules in the hash table, calling module_destroy for * each of them. *