From: suter Date: Wed, 25 Sep 2013 16:25:00 +0000 (+0200) Subject: empty struct means trouble, add a dummy field for now X-Git-Tag: v3_9_90~75 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d18bab6bdd1ec8b733e9ad31aaba20ebec4dbd96?hp=d7d820f271f78160c37d645edac4510d4c9c8425 empty struct means trouble, add a dummy field for now --- diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 80fcffd384..102e280cc0 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -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 ***************/