X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e17ea09090a41fb603dd6fc5f8088db1878cb9b..cfcc26205c43c7ee01341db3d2910f5efbd2fa6b:/src/surf/new_model.c diff --git a/src/surf/new_model.c b/src/surf/new_model.c index 2db0dada7d..ea2b572cdc 100644 --- a/src/surf/new_model.c +++ b/src/surf/new_model.c @@ -29,13 +29,6 @@ static xbt_swag_t #define GENERIC_ACTION(action) GENERIC_LMM_ACTION(action).generic_action static void new_model_action_state_set(surf_action_t action, e_surf_action_state_t state); -static surf_action_t new_model_action_execute (); - -static surf_action_t new_model_action_fct() -{ - surf_action_t action = new_model_action_execute(); - return action; -} static surf_action_t new_model_action_execute () { @@ -43,6 +36,12 @@ static surf_action_t new_model_action_execute () return NULL; } +static surf_action_t new_model_action_fct() +{ + surf_action_t action = new_model_action_execute(); + return action; +} + static void* new_model_create_resource(const char* id, const char* model,const char* type_id,const char* content_name) { THROW_UNIMPLEMENTED;