X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5cf8b774598c7ce08ee2c05b1c461b10d0707b75..3676269c65359df0174fd13b6c11687992437df8:/include/xbt/synchro.h diff --git a/include/xbt/synchro.h b/include/xbt/synchro.h deleted file mode 100644 index e735325a1d..0000000000 --- a/include/xbt/synchro.h +++ /dev/null @@ -1,22 +0,0 @@ -/* xbt/synchro.h -- Synchronization tools */ -/* Usable in simulator, (or in real life when mixing with GRAS) */ - -/* Copyright (c) 2007, 2009, 2010. The SimGrid Team. - * All rights reserved. */ - -/* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ - -/* synchro_core.h is splited away since it is used by dynar.h, and we use dynar here */ - -#ifndef SYNCHRO_H_ -#define SYNCHRO_H_ -#include "xbt/misc.h" /* SG_BEGIN_DECL */ -#include "xbt/dynar.h" -SG_BEGIN_DECL() - -XBT_PUBLIC(void) xbt_dynar_dopar(xbt_dynar_t datas, - void_f_int_pvoid_t function); - -SG_END_DECL() -#endif /* SYNCHRO_H_ */