Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
FIXME is irrelevant.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 24 Apr 2019 19:58:45 +0000 (21:58 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 24 Apr 2019 20:10:53 +0000 (22:10 +0200)
examples/deprecated/msg/dht-pastry/dht-pastry.c

index a5ef7b6..ba71a21 100644 (file)
@@ -511,7 +511,6 @@ static int node(int argc, char *argv[])
       if (node.comm_receive == NULL) {
         task_received = NULL;
         node.comm_receive = MSG_task_irecv(&task_received, node.mailbox);
-        // FIXME: do not make MSG_task_irecv() calls from several functions
       }
       if (!MSG_comm_test(node.comm_receive)) {
         MSG_process_sleep(5);