diff options
| author | jolsa@redhat.com <jolsa@redhat.com> | 2011-03-12 13:59:21 +0100 |
|---|---|---|
| committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-04-05 17:35:56 +0200 |
| commit | 252af820ecf406c7dac397bcb54f763883e1eb8f (patch) | |
| tree | 8302abfb4dffe2aa46d200e5d09590fd2a091dda /src/args.h | |
| parent | 79381b3ed5b490054cb211d0374f4338ef9d5931 (diff) | |
| download | latrace-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.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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, |
