X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8340b9ca34a27bc19136607105d3ec1fe15c91db..09a5e38f227f42cf1567a9ead8ed528a13fd35b1:/src/simix/smx_global.c diff --git a/src/simix/smx_global.c b/src/simix/smx_global.c index 3315b5108a..3cdbdc06ad 100644 --- a/src/simix/smx_global.c +++ b/src/simix/smx_global.c @@ -24,6 +24,9 @@ static void SIMIX_action_mallocator_reset_f(void* action); static void SIMIX_clean(void); +SIMCALL_LIST(SIMCALL_RES_GETSET, SIMCALL_SEP_NOTHING) +SIMCALL_LIST(SIMCALL_ARG_GETSET, SIMCALL_SEP_NOTHING) + /* FIXME: Yeah, I'll do it in a portable maner one day [Mt] */ #include @@ -487,6 +490,9 @@ static void SIMIX_action_mallocator_reset_f(void* action) { ((smx_action_t) action)->simcalls = fifo; } +xbt_dict_t SIMIX_pre_asr_get_properties(smx_simcall_t simcall, const char *name){ + return SIMIX_asr_get_properties(name); +} xbt_dict_t SIMIX_asr_get_properties(const char *name) { return xbt_lib_get_or_null(as_router_lib, name, ROUTING_PROP_ASR_LEVEL);