From ed6c9011789a438b51a5f82de168e29c704a5756 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Tue, 20 Oct 2015 17:51:03 +0100 Subject: [PATCH] New drift and kick tasks --- src/task.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/task.h b/src/task.h index 0d3a68e1e8..852b376fb4 100644 --- a/src/task.h +++ b/src/task.h @@ -34,9 +34,10 @@ enum task_types { task_type_self, task_type_pair, task_type_sub, + task_type_init, task_type_ghost, - task_type_kick1, - task_type_kick2, + task_type_drift, + task_type_kick, task_type_send, task_type_recv, task_type_link, -- GitLab