X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4676d5e57abd98702608661750274226eb48e20e..610eb721db6930318d297090f8b931b56a675e21:/src/surf/network.c diff --git a/src/surf/network.c b/src/surf/network.c index 24d271c181..9a49b55695 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -48,13 +48,11 @@ e_UM_t network_update_mechanism = UM_UNDEFINED; static int selective_update = 0; static int net_action_is_suspended(surf_action_t action); -static void net_update_actions_state(double now, double delta); static void update_action_remaining(double now); static xbt_swag_t net_modified_set = NULL; static xbt_heap_t net_action_heap = NULL; xbt_swag_t keep_track = NULL; -extern int sg_maxmin_selective_update; #ifdef HAVE_SMPI static void gap_append(double size, const link_CM02_t link, surf_action_network_CM02_t action);