Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Single way to create links in NetZone
authorBruno Donassolo <bruno.donassolo@inria.fr>
Tue, 6 Apr 2021 09:30:04 +0000 (11:30 +0200)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Tue, 6 Apr 2021 09:30:04 +0000 (11:30 +0200)
commite8fc101ac38c951ced584160c9d411477f4c5818
tree776a9d92ffd18ffefe48f95d98d7a1ce8fbd3c69
parent3a15a2893fa0aa6b626063cb446cd1fc6b0088d8
Single way to create links in NetZone

With the refactoring, we don't need 2 methods in NetZoneImpl to create
new links.
The link type (wifi or wired) is determined by the NetZone type
(WifiZone).
include/simgrid/kernel/routing/NetZoneImpl.hpp
src/kernel/routing/NetZoneImpl.cpp
src/kernel/routing/WifiZone.cpp