Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : display address of communication in Wait request if verbose log
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 3 Apr 2013 13:56:28 +0000 (15:56 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 3 Apr 2013 13:56:28 +0000 (15:56 +0200)
examples/msg/mc/chord/chord_liveness.h [deleted file]
src/mc/mc_request.c

diff --git a/examples/msg/mc/chord/chord_liveness.h b/examples/msg/mc/chord/chord_liveness.h
deleted file mode 100644 (file)
index e522b77..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _CHORD_LIVENESS_H
-#define _CHORD_LIVENESS_H
-
-int predJoin(void);
-
-#endif
index f92580b..95b4b9e 100644 (file)
@@ -195,7 +195,7 @@ char *MC_request_to_string(smx_simcall_t req, int value)
     if(value == -1){
       type = xbt_strdup("WaitTimeout");
       p = pointer_to_string(act);
-      args = bprintf("comm=%p", p);
+      args = bprintf("comm=%s", p);
     }else{
       type = xbt_strdup("Wait");
       p = pointer_to_string(act);