| 181 | } |
| 182 | |
| 183 | static void |
| 184 | resume() |
| 185 | { |
| 186 | JTRACE("The process is now resuming after checkpoint."); |
| 187 | |
| 188 | /* Need to stop the timer on resume/restart. */ |
| 189 | start_stop_timer(timerid, g_interval, STOP_TIMER); |
| 190 | JTRACE("*** Canceled the ckpt timer! ***"); |
| 191 | } |
| 192 | |
| 193 | static void |
| 194 | restart() |
no test coverage detected