Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] new function returns true if user options need the platform structure
[simgrid.git] / src / instr / instr_private.h
index e83f003..2a996e8 100644 (file)
@@ -159,6 +159,7 @@ int TRACE_end (void);
 void TRACE_activate (void);
 void TRACE_desactivate (void);
 int TRACE_is_active (void);
+int TRACE_needs_platform (void);
 int TRACE_is_enabled(void);
 int TRACE_is_configured(void);
 int TRACE_smpi_is_enabled(void);