Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Do not take NULL to mean 'the current address space' in dwarf expressions
[simgrid.git] / src / mc / mc_interface.h
index d4afe6835872e08f7fb912b8d162578088d62275..0bf35d0479768a6e2907a90bb480f21d5bf032d8 100644 (file)
@@ -11,7 +11,7 @@
 
 SG_BEGIN_DECL()
 
-typedef struct s_mc_snapshot *mc_snapshot_t;
+typedef struct s_mc_snapshot s_mc_snapshot_t, *mc_snapshot_t;
 
 SG_END_DECL()