Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
empty struct means trouble, add a dummy field for now
authorsuter <frederic.suter@cc.in2p3.fr>
Wed, 25 Sep 2013 16:25:00 +0000 (18:25 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Wed, 25 Sep 2013 16:25:00 +0000 (18:25 +0200)
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) !
 
 typedef struct msg_storage_priv  {
   // TODO PV: fill it (or not) !
+  void * dummy;
 } s_msg_storage_priv_t, *msg_storage_priv_t;
 
 /*************** Begin GPU ***************/
 } s_msg_storage_priv_t, *msg_storage_priv_t;
 
 /*************** Begin GPU ***************/