X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c632e6d9666d84954ec453ec95ec8ec38ad58a40..fb81c8bcd9bf351c3a575908adfa783b0b375e10:/src/instr/instr_trace.cpp diff --git a/src/instr/instr_trace.cpp b/src/instr/instr_trace.cpp index e19005af3e..0580aa2ac1 100644 --- a/src/instr/instr_trace.cpp +++ b/src/instr/instr_trace.cpp @@ -296,7 +296,7 @@ void new_pajeAddVariable (double timestamp, container_t container, type_t type, insert_into_buffer (event); } -void new_pajeSubVariable (double timestamp, container_t container, type_t type, double value) +void s_subVariable_t::new_pajeSubVariable (double timestamp, container_t container, type_t type, double value) { paje_event_t event = xbt_new0(s_paje_event_t, 1); event->event_type = PAJE_SubVariable;