From 5bf72b123cb582f63652e32420d4fbe748cbb8d2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 6 Jul 2017 17:06:52 +0200 Subject: indexamajig: Add TakeTwo-specific options --- src/process_image.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/process_image.h') 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; }; -- cgit v1.2.3