Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
just had SG_BEGIN_DECL and SG_END_DECL macro (for c++ compilers)
[simgrid.git] / src / gras / Virtu / virtu_interface.h
index 111840f..a517ea4 100644 (file)
@@ -12,6 +12,7 @@
 #ifndef GRAS_VIRTU_INTERFACE_H
 #define GRAS_VIRTU_INTERFACE_H
 
+
 #include "xbt/function_types.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
@@ -19,6 +20,8 @@
 #include "gras/virtu.h"
 #include "gras/process.h"
 
+SG_BEGIN_DECL()
+
 /* shutdown the module mechanism (world-wide cleanups) */
 void gras_moddata_exit(void);
 /* shutdown this process wrt module mecanism (process-wide cleanups) */
@@ -41,4 +44,6 @@ int gras_procdata_add(const char *name, pvoid_f_void_t creator,void_f_pvoid_t de
 void* gras_libdata_by_name(const char *name);
 void* gras_libdata_by_id(int id);
 
+SG_END_DECL()
+
 #endif  /* GRAS_VIRTU_INTERFACE_H */