X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e43a611d100f63b3dde3d4e551da1c9520892492..89ae2e1ddffda5537295f1b0a81c3057b3dc4205:/src/surf/network.c diff --git a/src/surf/network.c b/src/surf/network.c index 158c4b388b..eaad32111d 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -823,7 +823,7 @@ static void surf_network_model_init_internal(void) surf_network_model->suspend = net_action_suspend; surf_network_model->resume = net_action_resume; surf_network_model->is_suspended = net_action_is_suspended; - surf_cpu_model->set_max_duration = net_action_set_max_duration; + surf_network_model->set_max_duration = net_action_set_max_duration; surf_network_model->extension.network.communicate = net_communicate; surf_network_model->extension.network.get_route = net_get_route;