]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/dynar_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added the router as dumb cpus in order to work with GTNETS
[simgrid.git] / src / xbt / dynar_private.h
index 1bcbac5a71d415f3fd3ad634f9b6226a8b332dbf..46ad6230450e0a1ff46ca0f556f5104df5c36ae1 100644 (file)
@@ -18,9 +18,6 @@ typedef struct xbt_dynar_s {
   void           *data;
   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 */