aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r--src/im-sandbox.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h
index e1d2e1b9..78f542b9 100644
--- a/src/im-sandbox.h
+++ b/src/im-sandbox.h
@@ -42,6 +42,7 @@ struct sb_shm;
#include "stream.h"
#include "cell.h"
#include "process_image.h"
+#include "im-asapo.h"
/* Length of event queue */
#define QUEUE_SIZE (256)
@@ -87,9 +88,7 @@ extern int create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
const char *tempdir, int serial_start,
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_stream,
+ struct im_asapo_params *asapo_params,
int timeout, int profile);
#endif /* IM_SANDBOX_H */