Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ctx: move some bits to a private header and reduce the exposure of src/internal_config.h
[simgrid.git] / src / kernel / context / ContextUnix.cpp
index ba5ed9a..e9dafbf 100644 (file)
@@ -26,6 +26,7 @@ static_assert(sizeof(simgrid::kernel::context::UContext*) <= CTX_ADDR_LEN * size
 namespace simgrid {
 namespace kernel {
 namespace context {
+
 // The name of this function is currently hardcoded in MC (as string).
 // Do not change it without fixing those references as well.
 static void smx_ctx_wrapper(int i1, int i2)