aboutsummaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-05 02:11:39 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:36:36 +0200
commit67fa52f4999bb9e37f426e0559bad66c2aedd5de (patch)
treeb63776c35e635d3b4b1e077ebec640cccb9ddbea /options.h
parentecb082f480f057dc166c9d62e8776c892caf5e11 (diff)
downloadltrace-67fa52f4999bb9e37f426e0559bad66c2aedd5de.tar.gz
Drop options.libcalls (but keep -L support)
- -L becomes just a way of configuring options.plt_filter default
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/options.h b/options.h
index ce605db..3ffee71 100644
--- a/options.h
+++ b/options.h
@@ -7,7 +7,6 @@ struct options_t {
int align; /* -a: default alignment column for results */
char * user; /* -u: username to run command as */
int syscalls; /* -S: display system calls */
- int libcalls; /* -L: display library calls */
int demangle; /* -C: demangle low-level names into user-level names */
int indent; /* -n: indent trace output according to program flow */
FILE *output; /* output to a specific file */