X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/340e5989155cdf30bbcc9ad7b09c0d112f35d38f..8657fba02acd7ec7d4ea587439362d836d9ef42f:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 70c4ce9593..6cf8df0d93 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -29,6 +29,7 @@ void MSG_launch_application(const char *file); void MSG_paje_output(const char *filename); double MSG_getClock(void); +double MSG_get_clock(void); /************************** Host handling ***********************************/ MSG_error_t MSG_host_set_data(m_host_t host, void *data);