From 6eeb2558e12b6dbbb658c83eb26ee1b9c37d2e97 Mon Sep 17 00:00:00 2001 From: coldpeace Date: Fri, 10 Dec 2010 17:12:45 +0000 Subject: [PATCH] Fix quit_notify function git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9139 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/msg/chord/chord.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/msg/chord/chord.c b/examples/msg/chord/chord.c index 3352280ad4..cad10c1e56 100644 --- a/examples/msg/chord/chord.c +++ b/examples/msg/chord/chord.c @@ -378,6 +378,7 @@ static void quit_notify(node_t node, int to) m_task_t task = MSG_task_create(task_name, 1000, 5000, req_data); //char* mailbox = get_mailbox(to_mailbox); msg_comm_t comm = MSG_task_isend(task, to_mailbox); + xbt_dynar_push(node->comms, &comm); } /* -- 2.20.1