aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-04-22 15:53:56 +0200
committerThomas White <taw@physics.org>2021-04-23 14:57:24 +0200
commit2f4f6ad97467a62ed8bf5cb44040548b89493c0b (patch)
tree7e3e3ccd0c2087f75486844bdb179945affa703a /src/im-sandbox.h
parent518a25b79026a17604c0430e1f0ed14954fe713a (diff)
indexamajig: Add --zmq-subscribe
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r--src/im-sandbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h
index 2e006be4..47d23a18 100644
--- a/src/im-sandbox.h
+++ b/src/im-sandbox.h
@@ -85,6 +85,7 @@ extern void set_last_task(char *lt, const char *task);
extern int create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
int config_basename, FILE *fh, Stream *stream,
const char *tempdir, int serial_start,
- const char *zmq_address, int timeout, int profile);
+ const char *zmq_address, char **zmq_subscriptions,
+ int n_zmq_subscriptions, int timeout, int profile);
#endif /* IM_SANDBOX_H */