X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a4161f612b4554f1c7cdc409e1d6d31251b6fba7..f9b13d923d31bb0336aeeaab6d5b7ba33812f3f7:/src/simix/smx_context.cpp diff --git a/src/simix/smx_context.cpp b/src/simix/smx_context.cpp index d3ff3c623b..d50acec44e 100644 --- a/src/simix/smx_context.cpp +++ b/src/simix/smx_context.cpp @@ -1,14 +1,12 @@ /* a fast and simple context switching library */ -/* Copyright (c) 2009-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-2022. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ #include "src/kernel/context/Context.hpp" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_context, simix, "Context switching mechanism"); - int SIMIX_context_is_parallel() // XBT_ATTRIB_DEPRECATED_v333 { return simgrid::kernel::context::is_parallel();