Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : rename MC_max_depth(int prop) -> MC_cut()
[simgrid.git] / include / surf / surfxml_parse.h
index ee4b4d98d92c8ea4d6460f066b07a75876e629d1..c2a8577790abf80d2bfae6674427466de3bc78f3 100644 (file)
@@ -25,6 +25,7 @@ XBT_PUBLIC(void) surf_parse_warn(const char *msg,...) _XBT_GNUC_PRINTF(1,2);
 XBT_PUBLIC(double) surf_parse_get_double(const char *string);
 XBT_PUBLIC(int) surf_parse_get_int(const char *string);
 XBT_PUBLIC(double) surf_parse_get_time(const char *string);
+XBT_PUBLIC(double) surf_parse_get_size(const char *string);
 XBT_PUBLIC(double) surf_parse_get_bandwidth(const char *string);
 XBT_PUBLIC(double) surf_parse_get_power(const char *string);