Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow to register functions that are void (*code)(std::vector<std::string>)
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 5 Aug 2018 23:01:27 +0000 (01:01 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 5 Aug 2018 23:01:27 +0000 (01:01 +0200)
commit7e2d0f730f1bdbc0b207f6ac26c0b5ff4f0765fa
tree6156a144976f7c08624f2362bc1de4bfa937421e
parent8cd17b69afcbf269eb99ab0c197d9343ab4c90e1
Allow to register functions that are void (*code)(std::vector<std::string>)
include/simgrid/s4u/Engine.hpp
include/simgrid/simix.h
include/simgrid/simix.hpp
include/xbt/functional.hpp
src/s4u/s4u_Engine.cpp
src/simix/smx_deployment.cpp