aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-09 16:33:50 +0200
committerThomas White <taw@physics.org>2022-06-02 12:15:38 +0200
commit24d180fc0173c8f577ffbb3394b612c19fa161ff (patch)
treef091d0152a98bfb99238c5e48e107ce55fbcfab0 /src/im-sandbox.h
parent151924b7fccde4cb6bdb73128ba27c091037eb4b (diff)
ASAP::O: Remove filesystem path
This is only really needed for offline processing. It's an added complication for now. Maybe we'll revisit it later and re-expose this, though.
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r--src/im-sandbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h
index 8d76b376..a1b9ed36 100644
--- a/src/im-sandbox.h
+++ b/src/im-sandbox.h
@@ -88,7 +88,7 @@ extern int create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
const char *zmq_address, char **zmq_subscriptions,
int n_zmq_subscriptions, const char *zmq_request,
const char *asapo_endpoint, const char *asapo_token,
- const char *asapo_beamtime, const char *asapo_path,
+ const char *asapo_beamtime,
const char *asapo_group_id, const char *asapo_source,
int timeout, int profile);