Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oops, too early
authorAugustin Degomme <augustin.degomme@unibas.ch>
Fri, 22 Dec 2017 04:30:30 +0000 (05:30 +0100)
committerAugustin Degomme <augustin.degomme@unibas.ch>
Fri, 22 Dec 2017 04:30:30 +0000 (05:30 +0100)
src/simix/smx_context.cpp

index 547a37e..2e1f4cb 100644 (file)
@@ -118,7 +118,7 @@ void SIMIX_context_mod_init()
     XBT_WARN("mmap broken on FreeBSD, but dlopen+thread broken too. Switching to dlopen+raw contexts.");
     context_factory_name = "raw";
   }
-}
+
 #endif
 
   /* select the context factory to use to create the contexts */