Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
uniformize gras_os_sleep prototype (seconds are double everywhere else, avoid roundin...
[simgrid.git] / include / gras.h
index 4f479d4..fb90597 100644 (file)
@@ -2,11 +2,10 @@
 
 /* gras.h - Public interface to the GRAS                                    */
 
-/* Authors: Martin Quinson                                                  */
-/* Copyright (C) 2003 the OURAGAN project.                                  */
+/* Copyright (c) 2003, 2004 Martin Quinson. 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. */
* under the terms of the license (GNU LGPL) which comes with this package. */
 
 #ifndef GRAS_H
 #define GRAS_H
 #include <gras/process.h>
 #include <gras/virtu.h>
 #include <gras/cond.h>
+#include <gras/chrono.h>
 
 #include <gras/transport.h>
 #include <gras/datadesc.h>
 #include <gras/messages.h>
+#include <gras/timer.h>
 
 #endif /* GRAS_H */