X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/52fe97957ab5de4890ece1fe5b20dabf907523c6..05736ee0ede974fcf9fb60a13a40c50d62fcc19d:/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()