X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodule.c;h=7640f8655be263c6d23edcd5067597b431793128;hb=a0d851edacdc42e69ba355ebdce5d4c150a81741;hp=f73e6e935c367e796edb293886ecbf3bc6b3426a;hpb=b445142a71748192520cfd645b4963e23070a486;p=lttv.git diff --git a/ltt/branches/poly/lttv/module.c b/ltt/branches/poly/lttv/module.c index f73e6e93..7640f865 100644 --- a/ltt/branches/poly/lttv/module.c +++ b/ltt/branches/poly/lttv/module.c @@ -266,6 +266,11 @@ lttv_module_info(LttvModule *m, const char **name, return array; } +char * +lttv_module_name(LttvModule *m) +{ + return g_module_name(m->module); +} static void list_independent(gpointer key, gpointer value, gpointer user_data)