diff options
Diffstat (limited to 'src/commands.h')
| -rw-r--r-- | src/commands.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/commands.h b/src/commands.h index 5d9f4ee..65708e0 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | 5 | ||
| 6 | #include "solve.h" | 6 | #include "solve.h" |
| 7 | #include "steps.h" | 7 | #include "steps.h" |
| 8 | #include "solver_step.h" | ||
| 9 | #include "threader_single.h" | ||
| 10 | #include "threader_eager.h" | ||
| 8 | 11 | ||
| 9 | void free_args(CommandArgs *args); | 12 | void free_args(CommandArgs *args); |
| 10 | CommandArgs * new_args(); | 13 | CommandArgs * new_args(); |
| @@ -29,7 +32,7 @@ void steps_exec(CommandArgs *args); | |||
| 29 | void commands_exec(CommandArgs *args); | 32 | void commands_exec(CommandArgs *args); |
| 30 | void freemem_exec(CommandArgs *args); | 33 | void freemem_exec(CommandArgs *args); |
| 31 | void print_exec(CommandArgs *args); | 34 | void print_exec(CommandArgs *args); |
| 32 | void twophase_exec(CommandArgs *args); | 35 | /*void twophase_exec(CommandArgs *args);*/ |
| 33 | void help_exec(CommandArgs *args); | 36 | void help_exec(CommandArgs *args); |
| 34 | void quit_exec(CommandArgs *args); | 37 | void quit_exec(CommandArgs *args); |
| 35 | void unniss_exec(CommandArgs *args); | 38 | void unniss_exec(CommandArgs *args); |
| @@ -138,6 +141,7 @@ help_cmd = { | |||
| 138 | .exec = help_exec, | 141 | .exec = help_exec, |
| 139 | }; | 142 | }; |
| 140 | 143 | ||
| 144 | /* | ||
| 141 | Command | 145 | Command |
| 142 | twophase_cmd = { | 146 | twophase_cmd = { |
| 143 | .name = "twophase", | 147 | .name = "twophase", |
| @@ -146,6 +150,7 @@ twophase_cmd = { | |||
| 146 | .parse_args = parse_only_scramble, | 150 | .parse_args = parse_only_scramble, |
| 147 | .exec = twophase_exec, | 151 | .exec = twophase_exec, |
| 148 | }; | 152 | }; |
| 153 | */ | ||
| 149 | 154 | ||
| 150 | Command | 155 | Command |
| 151 | quit_cmd = { | 156 | quit_cmd = { |
| @@ -194,7 +199,7 @@ Command *commands[] = { | |||
| 194 | &solve_cmd, | 199 | &solve_cmd, |
| 195 | &scramble_cmd, | 200 | &scramble_cmd, |
| 196 | &steps_cmd, | 201 | &steps_cmd, |
| 197 | &twophase_cmd, | 202 | /* &twophase_cmd,*/ |
| 198 | &cleanup_cmd, | 203 | &cleanup_cmd, |
| 199 | &unniss_cmd, | 204 | &unniss_cmd, |
| 200 | &version_cmd, | 205 | &version_cmd, |
