X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/c86e5ff42db3495538c8b48cb7ea0943a13702b7..163f27d1800fc613f521114ccd6b89ebf394746e:/neighbor.cpp diff --git a/neighbor.cpp b/neighbor.cpp index 266f516..be80664 100644 --- a/neighbor.cpp +++ b/neighbor.cpp @@ -8,7 +8,8 @@ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(proc); // needed to compile neighbor.h #include "neighbor.h" neighbor::neighbor(const char* hostname) - : host(static_cast(MSG_host_get_data(MSG_get_host_by_name(hostname)))) + : host(static_cast + (MSG_host_get_data(MSG_get_host_by_name(hostname)))) , load(std::numeric_limits::infinity()) , debt(0.0) , to_send(0.0)