Log user script task, add async arg

This commit is contained in:
2020-08-03 19:44:43 -04:00
parent 465d017e18
commit 995a196690
5 changed files with 28 additions and 9 deletions

View File

@@ -40,6 +40,7 @@ typedef struct index_args {
char *script;
int print;
int batch_size;
int async_script;
int force_reset;
int threads;
} index_args_t;
@@ -61,6 +62,7 @@ typedef struct exec_args {
char *es_url;
const char *index_path;
const char *script_path;
int async_script;
char *script;
} exec_args_t;