Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Skeleton of virtualization functions
[simgrid.git] / src / gras / Virtu / virtu_rl.h
diff --git a/src/gras/Virtu/virtu_rl.h b/src/gras/Virtu/virtu_rl.h
new file mode 100644 (file)
index 0000000..e2db0c2
--- /dev/null
@@ -0,0 +1,16 @@
+/* $Id$ */
+
+/* virtu_rl - specific GRAS implementation for real life                    */
+
+/* Authors: Martin Quinson                                                  */
+/* Copyright (C) 2003,2004 da GRAS posse.                                   */
+
+/* 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 VIRTU_RL_H
+#define VIRTU_RL_H
+
+#include "gras_private.h"
+
+#endif /* VIRTU_RL_H */