Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
splitting the code of one tracing function in two (preparation of upcoming commit)
[simgrid.git] / src / instr / private.h
index 3bc538c..78605f7 100644 (file)
@@ -88,7 +88,8 @@ void TRACE_msg_task_put_end (void);
 
 /* declaration of instrumentation functions from msg_process_instr.c */
 void __TRACE_msg_process_init (void);
-int __TRACE_msg_process_location (m_process_t process);
+void __TRACE_msg_process_location (m_process_t process);
+void __TRACE_msg_process_present (m_process_t process);
 void TRACE_msg_process_change_host (m_process_t process, m_host_t old_host, m_host_t new_host);
 void TRACE_msg_process_kill (m_process_t process);
 void TRACE_msg_process_suspend (m_process_t process);