diff options
author | Thomas White <taw@physics.org> | 2021-09-09 16:30:14 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-06-02 12:15:38 +0200 |
commit | 151924b7fccde4cb6bdb73128ba27c091037eb4b (patch) | |
tree | dfcaca887019e97be5272b02479ad3d9022aac97 /src/im-sandbox.h | |
parent | 0c566e3bcc918f8f047fd3b2aad866f0e81e582f (diff) |
ASAP::O: Expose data source
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r-- | src/im-sandbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h index 0415cb80..8d76b376 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -89,7 +89,7 @@ extern int create_sandbox(struct index_args *iargs, int n_proc, char *prefix, 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_group_id, + const char *asapo_group_id, const char *asapo_source, int timeout, int profile); #endif /* IM_SANDBOX_H */ |