Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 3 Apr 2012 18:15:19 +0000 (08:15 -1000)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 3 Apr 2012 18:15:19 +0000 (08:15 -1000)
1  2 
tools/gras/struct_diff.c

diff --combined tools/gras/struct_diff.c
@@@ -16,6 -16,7 +16,7 @@@
  
  #include "xbt.h"
  #include "xbt/datadesc.h"
+ #include "xbt/file_stat.h"
  #include "../../src/xbt/datadesc/datadesc_private.h" // RAAAAH! ugly relative path, but it's late, I want it to be done NOW.
  #include "simix/datatypes.h"
  #include "../../src/simix/smx_smurf_private.h" // RAAAAH! ugly relative path, but it's even later and it still doesn't work
@@@ -126,7 -127,7 +127,7 @@@ int main(int argc, char** argv) 
      exit(1);
    }
  
 -  parse_from_file("s_smx_simcall_t");
 +//  parse_from_file("s_smx_simcall_t");
    parse_from_file(argv[1]);
  
    int cpt;