diff options
| author | jolsa@redhat.com <jolsa@redhat.com> | 2011-08-15 19:10:35 +0200 |
|---|---|---|
| committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-11-24 21:20:27 +0100 |
| commit | c6bb0e49bed67c0cd53cd725f5efa09e6e94df56 (patch) | |
| tree | c75a3e4e9d07b4385c1658b997edc5e5630bcf36 /src/error.h | |
| parent | a7fcfb0f70301b09cea3ba59338aaa5a01bbefcb (diff) | |
| download | latrace-c6bb0e49bed67c0cd53cd725f5efa09e6e94df56.tar.gz latrace-c6bb0e49bed67c0cd53cd725f5efa09e6e94df56.tar.xz latrace-c6bb0e49bed67c0cd53cd725f5efa09e6e94df56.zip | |
error simulation: add starting point for GO definition
Diffstat (limited to 'src/error.h')
| -rw-r--r-- | src/error.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/error.h b/src/error.h index 042d594..367e576 100644 --- a/src/error.h +++ b/src/error.h @@ -74,6 +74,7 @@ struct lt_error_app_run { struct lt_error_app_go { int n; + int start; char *name; struct lt_list_head head_run; @@ -100,7 +101,7 @@ int lt_error_app(struct lt_config_app *cfg, int lt_error_go(struct lt_config_app *cfg, struct lt_error_app_go **go, struct lt_error_app *error_app, - char *name, int n, + char *name, int start, int n, struct lt_list_head *runs); int lt_error_run_return(struct lt_config_app *cfg, struct lt_error_app_run **run, @@ -127,7 +128,7 @@ static inline int lt_error_app(struct lt_config_app *cfg, static inline int lt_error_go(struct lt_config_app *cfg, struct lt_error_app_go **go, struct lt_error_app *error_app, - char *name, int n, + char *name, int start, int n, struct lt_list_head *runs) { return -1; |
