X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e2f2a59f2531219ab56c998d0379c3f6b6936a5c..4e3a5dfcf8e95dedcf2c6db54f782eccfd5554d9:/teshsuite/msg/host_on_off/host_on_off.c diff --git a/teshsuite/msg/host_on_off/host_on_off.c b/teshsuite/msg/host_on_off/host_on_off.c index c7df9067a7..f714d3f12a 100644 --- a/teshsuite/msg/host_on_off/host_on_off.c +++ b/teshsuite/msg/host_on_off/host_on_off.c @@ -40,10 +40,9 @@ static int master(int argc, char *argv[]) double task_comm_size = 1E6; const char * mailbox = "jupi"; - msg_task_t task = NULL; msg_host_t jupiter = MSG_host_by_name("Jupiter"); - task = MSG_task_create("task on", task_comp_size, task_comm_size, NULL); + msg_task_t task = MSG_task_create("task on", task_comp_size, task_comm_size, NULL); XBT_INFO("Sending \"%s\"", task->name); if (MSG_task_send_with_timeout(task, mailbox, 1) != MSG_OK) MSG_task_destroy(task);