X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/e77b88227729cc003cb8e74b5657886ed61a270f..36f2b9a493e14c00fec410c84dfaff6a654ce929:/neighbor.h?ds=sidebyside diff --git a/neighbor.h b/neighbor.h index 58f6c1c..ba50f2e 100644 --- a/neighbor.h +++ b/neighbor.h @@ -2,6 +2,7 @@ #define NEIGHBOR_H #include +#include #include "hostdata.h" class neighbor { @@ -27,6 +28,12 @@ public: void set_to_send(double amount) { to_send = amount; } void add_to_send(double amount) { to_send += amount; } + // Prints its name and load on given category, with given + // priority. If verbose is true, prints debt and to_send too. + void print(bool verbose = false, + e_xbt_log_priority_t logp = xbt_log_priority_info, + xbt_log_category_t cat = _XBT_LOGV(default)) const; + private: const hostdata* host; // pointer to this neighbor's hostdata