aboutsummaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-03 13:51:09 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:35:46 +0200
commit0367389718bc6e544b7ec42acb84f590c69d76ad (patch)
tree0ff964ecc915084fe12bb106743275986861abd7 /options.h
parentaf334ebfc46c4bd1c0efe60d6a33e14d1f3e62d1 (diff)
downloadltrace-0367389718bc6e544b7ec42acb84f590c69d76ad.tar.gz
Hide caller unless custom -e is passed
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 2a10ddf..9cd0bfc 100644
--- a/options.h
+++ b/options.h
@@ -22,6 +22,7 @@ struct options_t {
int bt_depth; /* how may levels of stack frames to show */
#endif /* defined(HAVE_LIBUNWIND) */
struct filter *filter;
+ int hide_caller; /* Whether caller library should be hidden. */
};
extern struct options_t options;