X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1430176bca4f7627075440f1e2559be930f93fdf..863aeead864a309c494893a1b06ec33ed2b7daf1:/examples/msg/maestro-set/maestro-set.cpp diff --git a/examples/msg/maestro-set/maestro-set.cpp b/examples/msg/maestro-set/maestro-set.cpp index c1ab4d27f2..3b37c1cb95 100644 --- a/examples/msg/maestro-set/maestro-set.cpp +++ b/examples/msg/maestro-set/maestro-set.cpp @@ -5,10 +5,10 @@ /** @addtogroup MSG_examples * - * - maestro-set/maestro-set.cpp: Switch the system thread hosting our maestro. + * - maestro-set/maestro-set.cpp: Switch the system thread hosting our maestro. * That's a very advanced example in which we move the maestro thread to another process. * Not many users need it (maybe only one, actually), but this example is also a regression test. - * + * * This example is in C++ because we use C++11 threads to ensure that the feature is working as * expected. You can still use that feature from a C code. */