aboutsummaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2001-07-02 00:52:45 +0200
committerJuan Cespedes <cespedes@debian.org>2001-07-02 00:52:45 +0200
commit5b3ffdf2e696273d38434ff7b3c26349fff5a0ea (patch)
treee2dfad2260e9d75ab483d8e92ed82d916bf69f39 /options.h
parent2f93d96a05b3d2b38a777ff0333e803cc84f8feb (diff)
downloadltrace-5b3ffdf2e696273d38434ff7b3c26349fff5a0ea.tar.gz
Version: 0.3.11
* Clean up lintian bugs * Fixed small bug reading start of arguments in config file * Keep a stack of nested calls (Morten Eriksen, 1999-07-04) * Add "--indent" option (Morten Eriksen, 1999-07-04) * cleans up connection between a breakpoint address and a call instance (Morten Eriksen, 1999-07-04) * New Standards-Version (3.5.5)
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 f4fbc96..282b45b 100644
--- a/options.h
+++ b/options.h
@@ -18,6 +18,7 @@ extern int opt_t; /* print absolute timestamp */
#if HAVE_LIBIBERTY
extern int opt_C; /* Demanglelow-level symbol names into user-level names */
#endif
+extern int opt_n; /* indent trace output according to program flow */
struct opt_p_t {
pid_t pid;