X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d51fbcc2374aec305440e6456aee54c0a2df5d3..a4b9c2131bcbd81e935a03d9f3bb0b7d0ae48c31:/src/include/mc/mc.h diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index bdaa8a4b7a..b502542fb8 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-2019. 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. */ @@ -25,7 +25,7 @@ SG_BEGIN_DECL() /********************************* Global *************************************/ -XBT_PUBLIC void MC_run(); +XBT_ATTRIB_NORETURN XBT_PUBLIC void MC_run(); XBT_PUBLIC void MC_process_clock_add(smx_actor_t, double); XBT_PUBLIC double MC_process_clock_get(smx_actor_t); XBT_PRIVATE void MC_automaton_load(const char *file);