]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/remote/CheckerSide.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Finally kill mc::RemoteProcess::actors(). We now communicate the data over the wire...
[simgrid.git] / src / mc / remote / CheckerSide.cpp
index 353e0509c9263fabe4945cc94885d5649381e579..06c489a1131b3e4d2d7833041411d0cffa568092 100644 (file)
@@ -7,8 +7,7 @@
 #include <csignal>
 #include <sys/wait.h>
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 void CheckerSide::start(void (*handler)(int, short, void*), ModelChecker* mc)
 {
@@ -34,5 +33,4 @@ void CheckerSide::break_loop() const
   event_base_loopbreak(base_.get());
 }
 
-} // namespace mc
-} // namespace simgrid
+} // namespace simgrid::mc