Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: actually remove the comm channel from RemoteClientMemory
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 6 May 2020 23:38:58 +0000 (01:38 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 6 May 2020 23:39:03 +0000 (01:39 +0200)
commit825b9d765d45b3597d7bdadad7bcec0229157eae
treef2274d5adc63d3e1d17fa77bb561cf70d150ad1d
parent799a432e8ac74a0a84feb8dbf7a78a14068050b3
MC: actually remove the comm channel from RemoteClientMemory

It is now in remote::CheckerSide. This makes it symmetric with remote::ClientSide

There is still a lot to do to clean things up:
- the actual communication Checker->App is spread all over the place
- the ModelChecker singleton dupplicates the function of the mc::Session
- plus the other ugly things that I fail to see right now given the ambiant mess
src/mc/ModelChecker.cpp
src/mc/ModelChecker.hpp
src/mc/Session.cpp
src/mc/remote/CheckerSide.cpp
src/mc/remote/CheckerSide.hpp
src/mc/remote/RemoteClientMemory.cpp
src/mc/remote/RemoteClientMemory.hpp
src/mc/sosp/Snapshot_test.cpp
teshsuite/mc/dwarf-expression/dwarf-expression.cpp
teshsuite/mc/dwarf/dwarf.cpp