Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Empty structs are not allowed in C.
[simgrid.git] / include / msg / datatypes.h
index 241d649..8ecd1ca 100644 (file)
@@ -132,9 +132,9 @@ extern int MSG_STORAGE_LEVEL;
 typedef xbt_dictelm_t msg_storage_t;
 typedef s_xbt_dictelm_t s_msg_storage_t;
 
 typedef xbt_dictelm_t msg_storage_t;
 typedef s_xbt_dictelm_t s_msg_storage_t;
 
-typedef struct msg_storage_priv {
-/* TODO PV: fill it (or not) ! */
-} s_msg_storage_priv_t, *msg_storage_priv_t;
+typedef struct msg_storage_priv /* {
+   TODO PV: fill it (or not) !
+} */ s_msg_storage_priv_t, *msg_storage_priv_t;
 
 //typedef struct simdata_storage *simdata_storage_t;
 //
 
 //typedef struct simdata_storage *simdata_storage_t;
 //