Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] More generic mapping between function name and actor code
authorGabriel Corona <gabriel.corona@loria.fr>
Wed, 22 Jun 2016 08:35:39 +0000 (10:35 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Wed, 22 Jun 2016 13:03:11 +0000 (15:03 +0200)
commitb9684d3607aa558c95b7185ddf147b478a7e367f
tree41543ad349a24db1db5ab7eedc78cb4932f4024d
parent1f0790965ada172e7ac96eb848759e02f7fbc8ca
[simix] More generic mapping between function name and actor code

It was only possible to associate main() style function to function
names. Now we can associate any kind of function which will be useful
in order for S4U-style code registration.
include/simgrid/msg.h
include/simgrid/simix.h
src/mc/mc_smx.cpp
src/msg/msg_deployment.cpp
src/simix/smx_deployment.cpp
src/simix/smx_global.cpp
src/simix/smx_private.h
src/surf/sg_platf.cpp