Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introduce convenient function prototype.
[simgrid.git] / include / xbt / function_types.h
index c8b0f0f..0780a02 100644 (file)
@@ -27,5 +27,7 @@ typedef int (*int_f_cpvoid_cpvoid_t) (const void *, const void *);
 
 typedef int (*xbt_main_func_t) (int argc, char *argv[]);
 
+typedef double(*double_f_pvoid_t) (void *);
+
 SG_END_DECL()
 #endif                          /* XBT_FUNCTION_TYPE_H */