From 91c1f0798262d033a4c8caf0decabd85d2e244b1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 12 Oct 2017 16:25:37 +0200 Subject: indexamajig: Simplify Felix options --- src/process_image.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/process_image.h') diff --git a/src/process_image.h b/src/process_image.h index 3e87b922..861ee203 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -40,6 +40,7 @@ struct index_args; #include "im-sandbox.h" #include "time-accounts.h" #include "taketwo.h" +#include "felix.h" enum { @@ -99,9 +100,9 @@ struct index_args float fix_profile_r; float fix_bandwidth; float fix_divergence; - char *felix_options; int profile; /* Whether or not to do wall clock profiling */ struct taketwo_options taketwo_opts; + struct felix_options felix_opts; }; -- cgit v1.2.3