Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetic
[simgrid.git] / src / xbt / dict_private.h
index 1332b75..0f9b5af 100644 (file)
@@ -33,7 +33,7 @@ typedef struct xbt_dictelm_ {
   xbt_dictelm_t next;
 } s_xbt_dictelm_t;
 
-typedef struct xbt_dict_ {
+typedef struct xbt_dict_s {
   xbt_dictelm_t *table;
   int table_size;
   int count;