X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/409cad633c6b5032649e7a54f6311e41c6178899..6e3804d01fd5317dac9b0ddf0ddfbc46cf12cef1:/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);