X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/83ff63f9a846dd01995a4bbb8979d2fa909ed34b..5faf49cdf3f8ad8751317b857a6d3134fe07eda3:/src/surf/surf_action.c diff --git a/src/surf/surf_action.c b/src/surf/surf_action.c index 59e775ff4b..df348d156e 100644 --- a/src/surf/surf_action.c +++ b/src/surf/surf_action.c @@ -104,10 +104,10 @@ e_surf_action_state_t surf_action_state_get(surf_action_t action) return SURF_ACTION_NOT_IN_THE_SYSTEM; } -double surf_action_get_start_time(surf_action_t action) +/*FIXME:DELETEdouble surf_action_get_start_time(surf_action_t action) { return action->start; -} +}*/ double surf_action_get_finish_time(surf_action_t action) {