X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ee43d9b0acdf2f76f4525beca51dccef14f7319..017cf40352819fcf7bbf2926cbbc7b6b5cbc66d5:/src/simix/smx_smurf.c diff --git a/src/simix/smx_smurf.c b/src/simix/smx_smurf.c index 67dc28852e..8118479123 100644 --- a/src/simix/smx_smurf.c +++ b/src/simix/smx_smurf.c @@ -621,3 +621,14 @@ void SIMIX_simcall_post(smx_action_t action) break; } } + +/* New Simcal interface */ + +/* FIXME: add types for every simcall */ +const char *simcall_types[NUM_SIMCALLS] = {"%d", "%d%f", "%l"}; + +void SIMIX_simcall_typecheck(const char *fmt, ...) +{ + return; +} +