X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/00d29bad30ebbbbcc85ddfbcfc2312883f6527f5..8a70fd6e0cc77910dda2e50a7f8bbb864f26c0b9:/src/simix/smx_user.c diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index 309624688c..aff9f7ff41 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -661,13 +661,17 @@ void SIMIX_req_comm_destroy(smx_action_t comm) { xbt_assert0(comm, "Invalid parameter"); - /* FIXME remove this request type (auto-destroy finished comms) */ + /* FIXME remove this request type: comms are auto-destroyed now, + * but what happens with unfinished comms? */ + + /* smx_req_t req = SIMIX_req_mine(); req->call = REQ_COMM_DESTROY; req->comm_destroy.comm = comm; SIMIX_request_push(); + */ } void SIMIX_req_comm_cancel(smx_action_t comm)