Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allow the size of multidimentional objects to be given thru annotations in parsing...
[simgrid.git] / include / gras / virtu.h
index 6b3b7f6..2eb87e5 100644 (file)
@@ -10,9 +10,9 @@
 #ifndef GRAS_VIRTU_H
 #define GRAS_VIRTU_H
 
-#include "xbt/misc.h" /* BEGIN_DECL */
+#include "xbt/misc.h" /* SG_BEGIN_DECL */
 
-BEGIN_DECL()
+SG_BEGIN_DECL()
 
 /** @addtogroup GRAS_virtu  
  *  @brief System call abstraction layer (Virtualization).
@@ -44,10 +44,10 @@ gras_os_myname(void);
  * Returns the process ID of the current process.  (This is often used
    by routines that generate unique temporary file names.)
  */
-int gras_process_getpid(void);
+int gras_os_getpid(void);
 
 /** @} */
-END_DECL()
+SG_END_DECL()
 
 #endif /* GRAS_VIRTU_H */