X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/ffea735548f5d4940dae32d8071a2676f6716ad0..97a4b4dbf628a627e3c2d5689be89265f56074df:/neighbor.h?ds=inline 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