Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new paje event declared on header of trace file, tesh's updated
[simgrid.git] / src / instr / private.h
index 113ec5a..52ec5bc 100644 (file)
@@ -54,6 +54,7 @@ void pajeDefineVariableType(const char *alias, const char *containerType, const
 void pajeSetVariable (double time, const char *entityType, const char *container, const char *value);
 void pajeAddVariable (double time, const char *entityType, const char *container, const char *value);
 void pajeSubVariable (double time, const char *entityType, const char *container, const char *value);
+void pajeNewEvent (double time, const char *entityType, const char *container, const char *value);
 
 /* from general.c */
 char *TRACE_paje_msg_container (m_task_t task, char *host, char *output, int len);