#include <numeric>
#include <sstream>
#include <vector>
-#include <msg/msg.h>
+#include <simgrid/msg.h>
#include <xbt/dynar.h>
#include <xbt/log.h>
void deployment_generator::deploy()
{
- xbt_dynar_t args = xbt_dynar_new(sizeof(const char*), NULL);
+ xbt_dynar_t args = xbt_dynar_new(sizeof(const char*), nullptr);
for (unsigned i = 0 ; i < hosts.size() ; ++i) {
const char* hostname = hostdata::at(i).get_name();
std::ostringstream oss;