summaryrefslogtreecommitdiffstats
path: root/src/args.h
diff options
context:
space:
mode:
authorjolsa@redhat.com <jolsa@redhat.com>2011-03-12 13:59:21 +0100
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-04-05 17:35:56 +0200
commit252af820ecf406c7dac397bcb54f763883e1eb8f (patch)
tree8302abfb4dffe2aa46d200e5d09590fd2a091dda /src/args.h
parent79381b3ed5b490054cb211d0374f4338ef9d5931 (diff)
downloadlatrace-252af820ecf406c7dac397bcb54f763883e1eb8f.tar.gz
latrace-252af820ecf406c7dac397bcb54f763883e1eb8f.tar.xz
latrace-252af820ecf406c7dac397bcb54f763883e1eb8f.zip
adding support for configuration file
- separating bison/flex functions for args and config - the "include file support" unified among new conf and C header parsing - support for following options: HEADERS INDENT_SYM PIPE TIMESTAMP FRAMESIZE FRAMESIZE_CHECK HIDE_TID FOLLOW_FORK FOLLOW_EXEC DEMANGLE BRACES ENABLE_ARGS DETAIL_ARGS
Diffstat (limited to 'src/args.h')
-rw-r--r--src/args.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/args.h b/src/args.h
index e0f4846..439fb79 100644
--- a/src/args.h
+++ b/src/args.h
@@ -98,13 +98,6 @@ struct lt_args_sym {
struct lt_arg **args;
};
-struct lt_args_include {
- FILE *yyin;
- void *yybuf;
- char *file;
- int lineno;
-};
-
/* used in lt_args_cb_struct for argument type */
enum {
LT_ARGS_STRUCT_ITSELF = 0,