Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add MSG_host_get_storage_list() function
[simgrid.git] / include / xbt.h
index 08d5228..1893481 100644 (file)
@@ -1,8 +1,6 @@
-/* $Id$ */
+/* xbt.h - Public interface to the xbt (SimGrid's toolbox)                  */
 
-/* xbt.h - Public interface to the xbt (gras's toolbox)                   */
-
-/* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2004-2012. 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. */
 
 #include <xbt/misc.h>
 #include <xbt/sysdep.h>
+#include <xbt/str.h>
+#include <xbt/function_types.h>
 
-#include <xbt/error.h>
+#include <xbt/asserts.h>
 #include <xbt/log.h>
 
 #include <xbt/module.h>
+#include <xbt/strbuff.h>
 
 #include <xbt/dynar.h>
 #include <xbt/dict.h>
 #include <xbt/set.h>
 #include <xbt/swag.h>
 #include <xbt/heap.h>
+#include <xbt/queue.h>
+#include <xbt/parmap.h>
 
+#include <xbt/peer.h>
 #include <xbt/config.h>
+#include <xbt/cunit.h>
+
+#include <xbt/xbt_os_thread.h>
 
-#endif /* xbt_H */
+#endif                          /* xbt_H */