From b8a765d620dae8d5dc3c5aef8c713d6d71e45bac Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 18 Dec 2023 14:42:22 +0100 Subject: indexamajig: Add --no-data-timeout --- src/im-sandbox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/im-sandbox.h') diff --git a/src/im-sandbox.h b/src/im-sandbox.h index 4d8085ce..ba3a6d3d 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -90,6 +90,7 @@ extern int create_sandbox(struct index_args *iargs, int n_proc, char *prefix, const char *tempdir, int serial_start, struct im_zmq_params *zmq_params, struct im_asapo_params *asapo_params, - int timeout, int profile, int cpu_pin); + int timeout, int profile, int cpu_pin, + int no_data_timeout); #endif /* IM_SANDBOX_H */ -- cgit v1.2.3