Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
code clean-up
[simgrid.git] / src / msg / private.h
index ce0a8f6..37e18f5 100644 (file)
@@ -1,6 +1,5 @@
-/* Copyright (c) 2002-2007 Arnaud Legrand.                                  */
-/* Copyright (c) 2007 Bruno Donassolo.                                      */
-/* All rights reserved.                                                     */
+/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 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. */
@@ -49,8 +48,8 @@ SG_BEGIN_DECL()
        double priority;
        double rate;
        int refcount;
+       int host_nb; /* ==0 if sequential task; parallel task if not */
   /*******  Parallel Tasks Only !!!! *******/
-       int host_nb;
        smx_host_t *host_list;
        double *comp_amount;
        double *comm_amount;