Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fixme--: found a better place
[simgrid.git] / src / gras / Virtu / virtu_interface.h
index 72e6840..ebd922d 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"
 #include "xbt/set.h"
@@ -21,8 +22,6 @@
 /* declare a new process specific data 
    (used by gras_<module>_register to make sure that gras_process_init will create it) */
 
-typedef void* (pvoid_f_void_t)(void); /* FIXME: find a better place for it */
-
 int gras_procdata_add(const char *name, pvoid_f_void_t creator,void_f_pvoid_t destructor);
 void *gras_libdata_by_name(const char *name);
 void *gras_libdata_by_id(int id);