Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sanitize the network_model->communicate() API
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 14 Oct 2016 21:23:57 +0000 (23:23 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 14 Oct 2016 21:23:57 +0000 (23:23 +0200)
commit6aff24ba47ceab30e29e122dc36c33995e6fc2dd
tree133fd523fe301d2f35471207c8c54b8950b64675
parentc293707c100f6ca5b5b424f43ced5cb9125d32fe
Sanitize the network_model->communicate() API

- use s4u::Host instead of netcards in the API
- kill remaining C bits
- (+ clang-format in action)
15 files changed:
src/include/surf/surf.h
src/simix/smx_network.cpp
src/surf/HostImpl.cpp
src/surf/network_cm02.cpp
src/surf/network_cm02.hpp
src/surf/network_constant.cpp
src/surf/network_constant.hpp
src/surf/network_ib.cpp
src/surf/network_interface.cpp
src/surf/network_interface.hpp
src/surf/ptask_L07.cpp
src/surf/ptask_L07.hpp
src/surf/surf_c_bindings.cpp
teshsuite/surf/surf_usage/surf_usage.cpp
teshsuite/surf/surf_usage2/surf_usage2.cpp