Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] fix on user link variable declaration
authorLucas Schnorr <Lucas.Schnorr@imag.fr>
Tue, 10 May 2011 15:49:57 +0000 (17:49 +0200)
committerLucas Schnorr <Lucas.Schnorr@imag.fr>
Tue, 10 May 2011 15:49:57 +0000 (17:49 +0200)
include/instr/instr.h

index 250d263..9a9a8d6 100644 (file)
@@ -58,7 +58,7 @@ XBT_PUBLIC(void) TRACE_sd_set_task_category(SD_task_t task,
        TRACE_user_host_variable(MSG_get_clock(),var,value,"sub");
 
 #define TRACE_link_variable_declare(var) \
        TRACE_user_host_variable(MSG_get_clock(),var,value,"sub");
 
 #define TRACE_link_variable_declare(var) \
-       TRACE_user_link_variable(0,NULL,NULL,var,0,"declare");
+       TRACE_user_link_variable(0,NULL,var,0,"declare");
 
 #define TRACE_link_variable_set_with_time(time,link,var,value) \
        TRACE_user_link_variable(time,link,var,value,"set");
 
 #define TRACE_link_variable_set_with_time(time,link,var,value) \
        TRACE_user_link_variable(time,link,var,value,"set");