Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fixups in the C API
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 4 Feb 2020 09:58:59 +0000 (10:58 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 4 Feb 2020 09:59:05 +0000 (10:59 +0100)
commitbe30b8efb55c3240d1825982dd7fe921d6e1c472
tree3ccf2118ac5fb6a6a8d1fdac114cc379598c71de
parentba957391e81818dba3923d3c913966726f7a3d55
fixups in the C API

- Fix the prototype of sg_actor_start to fix the constness of argv
- Introduce sg_mailbox_put
include/simgrid/actor.h
include/simgrid/mailbox.h
src/s4u/s4u_Actor.cpp
src/s4u/s4u_Mailbox.cpp