X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d9fabc892aa327eabb9cae3e2fa7f5f330077220..HEAD:/deployment.cpp diff --git a/deployment.cpp b/deployment.cpp index 0a5db8c..0af3e3b 100644 --- a/deployment.cpp +++ b/deployment.cpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include #include @@ -93,7 +93,7 @@ void deployment_generator::distribute_load() 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;