From 2f4f6ad97467a62ed8bf5cb44040548b89493c0b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 22 Apr 2021 15:53:56 +0200 Subject: indexamajig: Add --zmq-subscribe --- src/im-sandbox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/im-sandbox.h') 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 */ -- cgit v1.2.3