commit | 79a47bafb099516cea0475317576f3b6a7bf82fb | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Fri Apr 06 19:54:55 2012 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:38:01 2012 +0200 |
tree | 0649db62613f01fb8f2bb8b70bc09ca013eadf0d | |
parent | bc6c466bb7a758b12da073aae4553e46b64ae472 [diff] [blame] |
Call trace_set_options when process is started from command
diff --git a/libltrace.c b/libltrace.c index 577cdf0..89ccb8c 100644 --- a/libltrace.c +++ b/libltrace.c
@@ -117,6 +117,8 @@ if (proc == NULL) error(EXIT_FAILURE, errno, "couldn't open program '%s'", command); + + trace_set_options(proc); continue_process(pid); } opt_p_tmp = opt_p;