From 8acabe18cad69d7c7ed7a00ffef654abc3873a16 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 9 Dec 2021 00:42:39 +0100 Subject: Multi-threaded pruning table generation - now it's actually fast :) --- src/steps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/steps.h') diff --git a/src/steps.h b/src/steps.h index f23bc69..e145c64 100644 --- a/src/steps.h +++ b/src/steps.h @@ -9,6 +9,6 @@ extern Step * steps[NSTEPS]; void free_localinfo(LocalInfo *li); LocalInfo * new_localinfo(); -void prepare_step(Step *step); +void prepare_step(Step *step, int nthreads); #endif -- cgit v1.3