From 24d180fc0173c8f577ffbb3394b612c19fa161ff Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 9 Sep 2021 16:33:50 +0200 Subject: 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. --- src/im-sandbox.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/im-sandbox.c') diff --git a/src/im-sandbox.c b/src/im-sandbox.c index f1c0474f..0933ab31 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -110,7 +110,6 @@ struct sandbox const char *asapo_endpoint; const char *asapo_token; const char *asapo_beamtime; - const char *asapo_path; const char *asapo_group_id; const char *asapo_source; @@ -362,7 +361,6 @@ static int run_work(const struct index_args *iargs, Stream *st, asapostuff = im_asapo_connect(sb->asapo_endpoint, sb->asapo_token, sb->asapo_beamtime, - sb->asapo_path, sb->asapo_group_id, sb->asapo_source); if ( asapostuff == NULL ) { @@ -1099,7 +1097,7 @@ 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) { @@ -1146,7 +1144,6 @@ int create_sandbox(struct index_args *iargs, int n_proc, char *prefix, sb->asapo_endpoint = asapo_endpoint; sb->asapo_token = asapo_token; sb->asapo_beamtime = asapo_beamtime; - sb->asapo_path = asapo_path; sb->asapo_source = asapo_source; } else { sb->asapo = 0; -- cgit v1.2.3