Line 62:
Line 62:
** Infect victim with parasite blob with <code>compel_infect(ctl, nr_thread, size_of_args_area)</code>
** Infect victim with parasite blob with <code>compel_infect(ctl, nr_thread, size_of_args_area)</code>
* Cure the victim with <code>compel_cure(ctl)</code> and stop using the ctl pointer as it's freed by the call
* Cure the victim with <code>compel_cure(ctl)</code> and stop using the ctl pointer as it's freed by the call
−
* Resume the task with <code>compel_resume_task(pid)</code>
+
* Resume the task with <code>compel_resume_task(pid, orig_state, state)</code> with the saved state value
=== Infecting ===
=== Infecting ===