X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=inline;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fmodule.h;h=47f4d16bac8090b31b756a75a796e982ffcfa6b6;hb=36b3c068721ec15aae394e65e5fc50ac4ec26358;hp=2649902c606d3f88b6bb212015c0472785b9ade1;hpb=fc188b78164da3123cd707a4f52393aed8e15835;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/module.h b/ltt/branches/poly/include/lttv/module.h index 2649902c..47f4d16b 100644 --- a/ltt/branches/poly/include/lttv/module.h +++ b/ltt/branches/poly/include/lttv/module.h @@ -66,4 +66,5 @@ LttvModule **lttv_module_list(guint *nb); LttvModule **lttv_module_info(LttvModule *m, const char **name, guint *ref_count, guint *load_count, guint *nb_dependents); +char * lttv_module_name(LttvModule *m); #endif // MODULES_H