Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
empty struct means trouble, add a dummy field for now
[simgrid.git] / include / msg / datatypes.h
index 80fcffd..102e280 100644 (file)
@@ -139,6 +139,7 @@ typedef s_xbt_dictelm_t s_msg_storage_t;
 
 typedef struct msg_storage_priv  {
   // TODO PV: fill it (or not) !
+  void * dummy;
 } s_msg_storage_priv_t, *msg_storage_priv_t;
 
 /*************** Begin GPU ***************/