X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..07c12189c716ea527ddcf8f8b55983213dead2bf:/src/instr/instr_TI_trace.cpp diff --git a/src/instr/instr_TI_trace.cpp b/src/instr/instr_TI_trace.cpp index 02d3c7cd76..161e5532e0 100644 --- a/src/instr/instr_TI_trace.cpp +++ b/src/instr/instr_TI_trace.cpp @@ -1,5 +1,4 @@ -/* Copyright (c) 2010-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2010-2015. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -28,9 +27,9 @@ extern s_instr_trace_writer_t active_writer; void TRACE_TI_init() { - active_writer.print_PushState = print_TIPushState; - active_writer.print_CreateContainer=print_TICreateContainer; - active_writer.print_DestroyContainer=print_TIDestroyContainer; + active_writer.print_PushState = &print_TIPushState; + active_writer.print_CreateContainer = &print_TICreateContainer; + active_writer.print_DestroyContainer = &print_TIDestroyContainer; } void TRACE_TI_start()