Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merge conflicts
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Tue, 22 Nov 2011 17:05:23 +0000 (18:05 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Tue, 22 Nov 2011 17:05:23 +0000 (18:05 +0100)
1  2 
buildtools/Cmake/DefinePackages.cmake
include/msg/msg.h
src/mc/mc_global.c
src/mc/memory_map.c
src/msg/msg_global.c
src/simix/smx_smurf.c
src/xbt/dynar.c
src/xbt/mmalloc/mm_legacy.c

@@@ -406,8 -410,7 +413,9 @@@ set(headers_to_instal
        include/xbt/mmalloc.h
        include/xbt/replay_trace_reader.h
        include/xbt/parmap.h
 +      include/xbt/automaton.h
 +      include/xbt/automatonparse_promela.h
+       include/simgrid/platf.h
        include/mc/modelchecker.h
        include/msg/msg.h
        include/msg/datatypes.h
Simple merge
Simple merge
@@@ -138,11 -131,9 +138,10 @@@ memory_map_t get_memory_map(void
          xbt_realloc(ret->regions, sizeof(memreg) * (ret->mapsize + 1));
      memcpy(ret->regions + ret->mapsize, &memreg, sizeof(memreg));
      ret->mapsize++;
 +
    }
  
-   if (line)
-     free(line);
+   free(line);
  
    return ret;
  }
Simple merge
Simple merge
diff --cc src/xbt/dynar.c
Simple merge
Simple merge