From f5f03547684c030eaeb2eb64d03ac5ae9e696b79 Mon Sep 17 00:00:00 2001 From: Yaroslav Gevorkov Date: Mon, 18 Jun 2018 13:12:45 +0200 Subject: Add interface to XGANDALF indexer --- 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 52f063fd..2b58d7bc 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -41,6 +41,7 @@ struct index_args; #include "im-sandbox.h" #include "time-accounts.h" #include "taketwo.h" +#include "xgandalf.h" #include "felix.h" @@ -109,6 +110,7 @@ struct index_args int overpredict; int profile; /* Whether or not to do wall clock profiling */ struct taketwo_options taketwo_opts; + struct xgandalf_options xgandalf_opts; struct felix_options felix_opts; }; -- cgit v1.2.3