Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move MSG_parallel_task_create() in msg_task.c.
[simgrid.git] / src / amok / Bandwidth / bandwidth_private.h
index a580ef3..aa3097a 100644 (file)
@@ -1,10 +1,9 @@
-/* $Id$ */
-
 /* bandwidth - network bandwidth tests facilities                           */
 
 /* module's private interface masked even to other parts of AMOK.           */
 
-/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
+/* Copyright (c) 2004, 2005, 2006, 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. */
@@ -64,4 +63,4 @@ void amok_bw_sat_start(const char *from_name, unsigned int from_port,
                        const char *to_name, unsigned int to_port,
                        unsigned int msg_size, unsigned int duration);
 
-#endif /* AMOK_BANDWIDTH_PRIVATE_H */
+#endif                          /* AMOK_BANDWIDTH_PRIVATE_H */