X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/b78d5563826957045678f4c3bcfdcef6c9bfc48d..76d4afa3496d7710e7548b6bca27473db7c9308c:/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; };