X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/b78d5563826957045678f4c3bcfdcef6c9bfc48d..0872290a992e2f6db574c18ac36d1987318d477d:/deployment.h diff --git a/deployment.h b/deployment.h index 3e71df5..d308ff6 100644 --- a/deployment.h +++ b/deployment.h @@ -21,6 +21,8 @@ public: private: struct host_parameters { + host_parameters(): load(0.0) { } + double load; std::vector neighbors; };