Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
getting rid of MSG_getClock
[simgrid.git] / src / gras / Virtu / sg_time.c
index ed80c7f..eee9cd5 100644 (file)
@@ -13,7 +13,7 @@
  * Time elapsed since the begining of the simulation.
  */
 double gras_os_time() {
-  return MSG_getClock();
+  return MSG_get_clock();
 }
 
 /*