Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I finally understood what this function is good for
[simgrid.git] / include / xbt / function_types.h
index 0780a02..d140c97 100644 (file)
@@ -28,6 +28,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 *);
+typedef double(*double_f_cpvoid_t) (const void *);
 
 SG_END_DECL()
 #endif                          /* XBT_FUNCTION_TYPE_H */