X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ebbf93ef2f2d1164e90a579d18328a570fd67acb..bace8e5a6ff160e200f799250796c5303dc487ba:/include/simgrid/simix.hpp diff --git a/include/simgrid/simix.hpp b/include/simgrid/simix.hpp index 3d3e660d28..fb3fd5aa5d 100644 --- a/include/simgrid/simix.hpp +++ b/include/simgrid/simix.hpp @@ -232,6 +232,9 @@ public: virtual void attach_stop() = 0; }; +XBT_PUBLIC(void) set_maestro(std::function code); +XBT_PUBLIC(void) create_maestro(std::function code); + } }