Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove leaky xbt_strdup: MSG_mailbox_new already does it (and takes a const char*)
[simgrid.git] / examples / cxx / basic / BasicTask.cxx
1 #include "BasicTask.hpp"
2
3 MSG_IMPLEMENT_DYNAMIC(BasicTask, Task)