X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/a6b73fab30fa59bb7ce701ebec47e52e1d373e26..4d5ec9803b74d0f3e9c002a92a748bd08b6640ac:/deployment.cpp diff --git a/deployment.cpp b/deployment.cpp index 287ca4f..0af3e3b 100644 --- a/deployment.cpp +++ b/deployment.cpp @@ -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;