Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use real threads for xbt_dynar_dopar.
[simgrid.git] / include / xbt / synchro.h
index a9e2773..e735325 100644 (file)
@@ -1,7 +1,8 @@
 /* xbt/synchro.h -- Synchronization tools                                   */
 /* Usable in simulator, (or in real life when mixing with GRAS)             */
 
-/* Copyright (c) 2007-2009 Da SimGrid Team. All rights reserved.            */
+/* 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. */
@@ -14,8 +15,8 @@
 #include "xbt/dynar.h"
 SG_BEGIN_DECL()
 
-XBT_PUBLIC(void) xbt_dynar_dopar(xbt_dynar_t datas, void_f_int_pvoid_t function);
+XBT_PUBLIC(void) xbt_dynar_dopar(xbt_dynar_t datas,
+                                 void_f_int_pvoid_t function);
 
 SG_END_DECL()
-
-#endif /* SYNCHRO_H_ */
+#endif                          /* SYNCHRO_H_ */