aboutsummaryrefslogtreecommitdiff
path: root/src/steps.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-09 00:42:39 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-09 00:42:39 +0100
commit8acabe18cad69d7c7ed7a00ffef654abc3873a16 (patch)
tree3fd05d3f6fb9ce51644d27688c073a49f7df0c73 /src/steps.h
parent849edbb69700a9f7520e159d94333ef5b798685b (diff)
downloadnissy-8acabe18cad69d7c7ed7a00ffef654abc3873a16.tar.gz
nissy-8acabe18cad69d7c7ed7a00ffef654abc3873a16.zip
Multi-threaded pruning table generation - now it's actually fast :)
Diffstat (limited to '')
-rw-r--r--src/steps.h2
1 files changed, 1 insertions, 1 deletions
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];
9 9
10void free_localinfo(LocalInfo *li); 10void free_localinfo(LocalInfo *li);
11LocalInfo * new_localinfo(); 11LocalInfo * new_localinfo();
12void prepare_step(Step *step); 12void prepare_step(Step *step, int nthreads);
13 13
14#endif 14#endif

Generated with cgit - Back to sebastiano.tronto.net