X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79b7fcc6dfb026ac94df11b5610ba84dde5b2c84..b22de59cef475b7e699bd17f8e5ee19806994ce5:/src/xbt/dynar_private.h diff --git a/src/xbt/dynar_private.h b/src/xbt/dynar_private.h index 46ad623045..0a9bdfea8e 100644 --- a/src/xbt/dynar_private.h +++ b/src/xbt/dynar_private.h @@ -12,12 +12,12 @@ #include "xbt/synchro.h" typedef struct xbt_dynar_s { - unsigned long size; - unsigned long used; - unsigned long elmsize; - void *data; - void_f_pvoid_t *free_f; - xbt_mutex_t mutex; + unsigned long size; + unsigned long used; + unsigned long elmsize; + void *data; + void_f_pvoid_t free_f; + xbt_mutex_t mutex; } s_xbt_dynar_t; #endif /* DYNAR_PRIVATE_H */