mirror of
https://github.com/simon987/sist2.git
synced 2025-12-17 09:19:05 +00:00
Log user script task, add async arg
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user