X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/06be38ef613115769d3724faf9df315dd9a34957..7a3a100990355eb757dc81106b5aac6daed0b8e1:/src/s4u/s4u_actor.cpp?ds=sidebyside diff --git a/src/s4u/s4u_actor.cpp b/src/s4u/s4u_actor.cpp index 10be2246fa..b9957b2186 100644 --- a/src/s4u/s4u_actor.cpp +++ b/src/s4u/s4u_actor.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2006-2018. 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. */ @@ -257,7 +257,7 @@ void yield() simgrid::simix::kernelImmediate([] { /* do nothing*/ }); } -XBT_PUBLIC(void) sleep_until(double timeout) +XBT_PUBLIC void sleep_until(double timeout) { double now = SIMIX_get_clock(); if (timeout > now)