X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/725c769707a505cb0a66620ca7bfce85fe107e8e..8903a9aabbc969129dbda1a414045cc7dfec98fb:/src/surf/surf_action.c diff --git a/src/surf/surf_action.c b/src/surf/surf_action.c index e8eb85f48c..49a22ff084 100644 --- a/src/surf/surf_action.c +++ b/src/surf/surf_action.c @@ -38,7 +38,7 @@ void surf_action_init(void) { /* the action mallocator will always provide actions of the following size, * so this size should be set to the maximum size of the surf action structures */ - action_mallocator_allocated_size = sizeof(s_surf_action_network_CM02_im_t); + action_mallocator_allocated_size = sizeof(s_surf_action_network_CM02_t); action_mallocator = xbt_mallocator_new(65536, surf_action_mallocator_new_f, surf_action_mallocator_free_f, surf_action_mallocator_reset_f); }