X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/b78d5563826957045678f4c3bcfdcef6c9bfc48d..0ceae49534d276cb5a76a390cfb802fc9a60aea3:/deployment.h diff --git a/deployment.h b/deployment.h index 3e71df5..b3fa43a 100644 --- a/deployment.h +++ b/deployment.h @@ -17,10 +17,13 @@ public: void set_link(int host1, int host2); virtual void generate() = 0; + void distribute_load(); void deploy(); private: struct host_parameters { + host_parameters(): load(0.0) { } + double load; std::vector neighbors; };