Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix dot output with file descriptor checkpoint/restore
[simgrid.git] / src / mc / mc_interface.h
index d4afe68..0bf35d0 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()