Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Direct context switching: clean the semantics of parmap
[simgrid.git] / src / surf / cpu_ti_private.h
index e2014f2..b4c50c1 100644 (file)
@@ -1,7 +1,6 @@
 
-/*     $Id$     */
-
-/* Copyright (c) 2004 Arnaud Legrand. All rights reserved.                  */
+/* Copyright (c) 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. */
@@ -63,4 +62,4 @@ typedef struct surf_action_ti {
 #define ACTION_GET_CPU(action) ((cpu_ti_t)((surf_action_cpu_ti_t)action)->cpu)
 
 
-#endif /* _SURF_CPU_TI_PRIVATE_H */
+#endif                          /* _SURF_CPU_TI_PRIVATE_H */