Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
basic grounding of S4U, the next interface of SimGrid
[simgrid.git] / include / simgrid / s4u.h
diff --git a/include/simgrid/s4u.h b/include/simgrid/s4u.h
new file mode 100644 (file)
index 0000000..d360a3c
--- /dev/null
@@ -0,0 +1,13 @@
+/* Copyright (c) 2004-2015. 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. */
+
+#ifndef SIMGRID_S4U_S4U_H
+#define SIMGRID_S4U_S4U_H
+
+#include "simgrid/s4u/engine.hpp"
+#include "simgrid/s4u/host.hpp"
+#include "simgrid/s4u/process.hpp"
+
+#endif /* SIMGRID_S4U_S4U_H */