X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/db18cc7478c6fc7ce0d9e0c171b7fcb3cfc12491..4fc610b42e6253c348b6fcc85f41f41bf13a19ea:/src/surf/surf.c diff --git a/src/surf/surf.c b/src/surf/surf.c index 27dfe04ec0..02e1d9631d 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -54,6 +54,7 @@ void surf_action_change_state(surf_action_t action, e_surf_action_state_t state) void surf_init(void) { + xbt_init(); if(!resource_list) resource_list = xbt_dynar_new(sizeof(surf_resource_private_t), NULL); if(!history) history = tmgr_history_new(); if(!maxmin_system) maxmin_system = lmm_system_new();