X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/48a6c50a85f2d0d71990bd4a57d23fb6d763f64a..8cbf22c982842e3e988125fef8f898dec699097b:/examples/msg/priority/priority.c diff --git a/examples/msg/priority/priority.c b/examples/msg/priority/priority.c index e4686cbd26..02f0758829 100644 --- a/examples/msg/priority/priority.c +++ b/examples/msg/priority/priority.c @@ -14,6 +14,14 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example"); +/** @addtogroup MSG_examples + * + * - priority/priority.c: Demonstrates the use of @ref + * MSG_task_set_priority to change the computation priority of a + * given task. + * + */ + static int test(int argc, char *argv[]) { double computation_amount = 0.0;