Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not require doxygen in maintainer mode
[simgrid.git] / src / xbt / dynar_private.h
index 1bcbac5..85edb74 100644 (file)
@@ -16,11 +16,8 @@ typedef struct xbt_dynar_s {
   unsigned long          used;
   unsigned long          elmsize;
   void           *data;
-  void_f_pvoid_t *free_f;
+  void_f_pvoid_t free_f;
   xbt_mutex_t    mutex;
-       int synchro_process_pid;
 } s_xbt_dynar_t;
 
-void _dynar_unlock(xbt_dynar_t);
-void _dynar_lock(xbt_dynar_t dynar);
 #endif /* DYNAR_PRIVATE_H */