diff options
author | Thomas White <taw@physics.org> | 2022-05-04 12:14:27 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-06-02 12:15:38 +0200 |
commit | ffd98b770d6dfa7c1bef4b2ae54e0b637f2e7ac3 (patch) | |
tree | c4a21baa21da4617b7da671604c51ef2084d7943 /src/im-sandbox.h | |
parent | 8e601d452a8b3d022b89e904c0cecee812f2b636 (diff) |
indexamajig: Add --asapo-stream
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r-- | src/im-sandbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h index a1b9ed36..e1d2e1b9 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -88,8 +88,8 @@ 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_group_id, const char *asapo_source, + const char *asapo_beamtime, const char *asapo_group_id, + const char *asapo_source, const char *asapo_stream, int timeout, int profile); #endif /* IM_SANDBOX_H */ |