diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-09 00:42:39 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-09 00:42:39 +0100 |
| commit | 8acabe18cad69d7c7ed7a00ffef654abc3873a16 (patch) | |
| tree | 3fd05d3f6fb9ce51644d27688c073a49f7df0c73 /src/steps.h | |
| parent | 849edbb69700a9f7520e159d94333ef5b798685b (diff) | |
| download | nissy-8acabe18cad69d7c7ed7a00ffef654abc3873a16.tar.gz nissy-8acabe18cad69d7c7ed7a00ffef654abc3873a16.zip | |
Multi-threaded pruning table generation - now it's actually fast :)
Diffstat (limited to 'src/steps.h')
| -rw-r--r-- | src/steps.h | 2 |
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 | ||
| 10 | void free_localinfo(LocalInfo *li); | 10 | void free_localinfo(LocalInfo *li); |
| 11 | LocalInfo * new_localinfo(); | 11 | LocalInfo * new_localinfo(); |
| 12 | void prepare_step(Step *step); | 12 | void prepare_step(Step *step, int nthreads); |
| 13 | 13 | ||
| 14 | #endif | 14 | #endif |
