Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add gras_load_environment_script & gras_function_register_default functions to gras
[simgrid.git] / include / gras / virtu.h
index d0c34e8..43bc908 100644 (file)
@@ -1,8 +1,7 @@
-/* $Id$                    */
-
 /* gras/virtu.h - public interface to virtualization (cross-OS portability) */
 
-/* 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. */
@@ -21,7 +20,9 @@ SG_BEGIN_DECL()
      void gras_global_init(int *argc, char **argv);
      void gras_create_environment(const char *file);
      void gras_function_register(const char *name, xbt_main_func_t code);
+     void gras_function_register_default(xbt_main_func_t code);
      void gras_launch_application(const char *file);
+     void gras_load_environment_script(const char *file);
      void gras_clean(void);
      void gras_main(void);