summaryrefslogtreecommitdiffstats
path: root/src/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h5
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;