diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-20 16:08:43 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-20 16:08:43 +0100 |
| commit | a8c4da5b955eab2eed9ebb03ee4b1212ec6fe042 (patch) | |
| tree | 3fe233ce2883545ec42d2c3cf5661fba3818fb9d /src/steps.h | |
| parent | 0df4f6f98101bb3be192ce892aa1452f2c6de1a4 (diff) | |
| download | nissy-a8c4da5b955eab2eed9ebb03ee4b1212ec6fe042.tar.gz nissy-a8c4da5b955eab2eed9ebb03ee4b1212ec6fe042.zip | |
Multithreading seems to be working now, it was easier than expected!
Diffstat (limited to '')
| -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 89ab168..4aedcee 100644 --- a/src/steps.h +++ b/src/steps.h | |||
| @@ -7,6 +7,6 @@ | |||
| 7 | 7 | ||
| 8 | extern Step * steps[NSTEPS]; | 8 | extern Step * steps[NSTEPS]; |
| 9 | 9 | ||
| 10 | void prepare_step(Step *step, DfsData *dd); | 10 | void prepare_step(Step *step); |
| 11 | 11 | ||
| 12 | #endif | 12 | #endif |
