| 279 | } |
| 280 | |
| 281 | static void process_reset(char* what) |
| 282 | { |
| 283 | if (!strcmp(what, "stats")) { |
| 284 | main_scenario->stats->computeStat(CStat::E_RESET_C_COUNTERS); |
| 285 | } else { |
| 286 | WARNING("Unknown reset type: %s", what); |
| 287 | } |
| 288 | } |
| 289 | |
| 290 | static bool process_command(char* command) |
| 291 | { |
no test coverage detected