Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MSG_getClock is a stupid name.
[simgrid.git] / include / msg / msg.h
index 70c4ce9..6cf8df0 100644 (file)
@@ -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);