aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-07-06 17:06:52 +0200
committerThomas White <taw@physics.org>2017-07-06 17:25:40 +0200
commit5bf72b123cb582f63652e32420d4fbe748cbb8d2 (patch)
treee70678eb192cf6169757d7a80235fb429d92303a /src/process_image.h
parent92d00d19d5b4a6b72a35183bea6a83a4062e5eca (diff)
indexamajig: Add TakeTwo-specific options
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h
index ec51c188..3e87b922 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -39,6 +39,7 @@ struct index_args;
#include "integration.h"
#include "im-sandbox.h"
#include "time-accounts.h"
+#include "taketwo.h"
enum {
@@ -100,6 +101,7 @@ struct index_args
float fix_divergence;
char *felix_options;
int profile; /* Whether or not to do wall clock profiling */
+ struct taketwo_options taketwo_opts;
};