X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmain.c;h=ec131915dfd59a37c87fa8a59c3463f91a335c10;hb=c432246e06bb83a3d43a6668517486fb6b4b959d;hp=1123af44429bf4d9f6b3fc8566a2ac049a15c311;hpb=ffd54a901f0062e31ffb35a316de9d8b17104abb;p=lttv.git diff --git a/ltt/branches/poly/lttv/main.c b/ltt/branches/poly/lttv/main.c index 1123af44..ec131915 100644 --- a/ltt/branches/poly/lttv/main.c +++ b/ltt/branches/poly/lttv/main.c @@ -101,7 +101,9 @@ int main(int argc, char **argv) { lttv_module_path_option, NULL); lttv_hooks_call(before_options, NULL); + lttv_option_parse(argc, argv); lttv_hooks_call(after_options, NULL); + lttv_hooks_call(before_main, NULL); lttv_hooks_call(after_main, NULL);