X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodule.c;h=384ad3437079b5f7728ecc8907fa4aaed3813086;hb=6601bf27d85f3a9bad9926432f2044363f420b9d;hp=efeceec09c6b79684b2d378627032d7cedc4a5cc;hpb=3d218f2ac9806110849c9f6055ab9787680bb195;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. *