Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
useless line
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 10 Jun 2013 15:11:17 +0000 (17:11 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 10 Jun 2013 15:11:17 +0000 (17:11 +0200)
src/simix/smx_network.c

index d399b46..3cdc13b 100644 (file)
@@ -400,7 +400,6 @@ smx_action_t SIMIX_comm_isend(smx_process_t src_proc, smx_rdv_t rdv,
       other_action->state = SIMIX_READY;
       other_action->comm.dst_proc=rdv->permanent_receiver;
       other_action->comm.refcount++;
       other_action->state = SIMIX_READY;
       other_action->comm.dst_proc=rdv->permanent_receiver;
       other_action->comm.refcount++;
-      other_action->comm.rdv = rdv;
       xbt_fifo_push(rdv->done_comm_fifo,other_action);
       other_action->comm.rdv=rdv;
       XBT_DEBUG("pushing a message into the permanent receive fifo %p, comm %p \n", rdv, &(other_action->comm));
       xbt_fifo_push(rdv->done_comm_fifo,other_action);
       other_action->comm.rdv=rdv;
       XBT_DEBUG("pushing a message into the permanent receive fifo %p, comm %p \n", rdv, &(other_action->comm));