A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
modif des scripts rc
[loba.git]
/
neighbor.cpp
diff --git
a/neighbor.cpp
b/neighbor.cpp
index 266f516ac056a0d9d47770fa7eb9227ca60e8ff2..be8066472641c134d24d21a25e9fecc3f774c98f 100644
(file)
--- 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)
#include "neighbor.h"
neighbor::neighbor(const char* hostname)
- : host(static_cast<hostdata*>(MSG_host_get_data(MSG_get_host_by_name(hostname))))
+ : host(static_cast<hostdata*>
+ (MSG_host_get_data(MSG_get_host_by_name(hostname))))
, load(std::numeric_limits<double>::infinity())
, debt(0.0)
, to_send(0.0)
, load(std::numeric_limits<double>::infinity())
, debt(0.0)
, to_send(0.0)