X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7777e8942b95f4adfd35f43b302db2d7e8e9799e..e58f977bd5e969ee5f3a9fba96f0da48fad52e82:/src/include/surf/surf.h?ds=sidebyside diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 1e3c36c80f..5a787fab99 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -854,7 +854,7 @@ XBT_PUBLIC(e_surf_action_state_t) surf_action_get_state(surf_action_t action); * @param action The surf action * @return The cost of the action */ -XBT_PUBLIC(int) surf_action_get_cost(surf_action_t action); +XBT_PUBLIC(double) surf_action_get_cost(surf_action_t action); /** * @brief [brief desrciption]