diff options
author | Thomas White <taw@physics.org> | 2021-07-06 15:15:21 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-06-02 12:15:38 +0200 |
commit | 45d3a8670da1d40145202ed42129c7cddba18df5 (patch) | |
tree | 48297ece6772830025a9063105fec34eb3542725 /src/im-sandbox.h | |
parent | b28228b5826235ca917d9f42af7d22f75b38bb13 (diff) |
ASAP::O: Group ID stuff
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r-- | src/im-sandbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h index 5efd3595..0415cb80 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -89,6 +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, int timeout, int profile); #endif /* IM_SANDBOX_H */ |