| 934 | // |
| 935 | |
| 936 | static void do_cycle(color_ostream &out) { |
| 937 | // mark that we have recently run |
| 938 | cycle_timestamp = world->frame_counter; |
| 939 | cycle_needed = false; |
| 940 | |
| 941 | DEBUG(cycle,out).print("running {} cycle\n", plugin_name); |
| 942 | |
| 943 | suspendmanager_instance->do_cycle(out); |
| 944 | } |
| 945 | |
| 946 | |
| 947 | ///////////////////////////////////////////////////// |
no test coverage detected