X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodule.c;h=384ad3437079b5f7728ecc8907fa4aaed3813086;hb=62c72abfe4ed5176c2dc5f10ccd354bf8a560d4d;hp=a966d6ca7bb73b8abca8a3c92cf4cf6dcb20b5b2;hpb=273475ce32b58966e35ed688fd6216c63b37d01f;p=lttv.git diff --git a/ltt/branches/poly/lttv/module.c b/ltt/branches/poly/lttv/module.c index a966d6ca..384ad343 100644 --- a/ltt/branches/poly/lttv/module.c +++ b/ltt/branches/poly/lttv/module.c @@ -7,9 +7,9 @@ * Reworked by Mathieu Desnoyers, May 2003 */ -#include "lttv.h" -#include "module.h" #include +#include +#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. *