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