aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-09-23 10:29:32 +0200
committerThomas White <taw@physics.org>2019-09-23 10:29:32 +0200
commit7fcddbf213e2674871ef078a3b228a32fd9f488f (patch)
tree5672804bd84c4192f0885f594d5588c20a7d008a /src/im-sandbox.h
parent2e4524a4b4c2848f1f791f56b6728492687f5592 (diff)
indexamajig: Move 'profile' flag out of iargs
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r--src/im-sandbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h
index 9da11526..2c43a543 100644
--- a/src/im-sandbox.h
+++ b/src/im-sandbox.h
@@ -84,6 +84,6 @@ 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);
+ const char *zmq_address, int profile);
#endif /* IM_SANDBOX_H */