X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/87421edb6f7d5439d6886b6911b903e17de21e32..de93bc4e405706c217ce4ad11abcd9db16d5906b:/src/simix/smx_popping_bodies.c diff --git a/src/simix/smx_popping_bodies.c b/src/simix/smx_popping_bodies.c index dec23eeec3..292f6babed 100644 --- a/src/simix/smx_popping_bodies.c +++ b/src/simix/smx_popping_bodies.c @@ -6,6 +6,13 @@ /* change simcalls specification in src/simix/simcalls.in */ /**********************************************************************/ +/* + * Note that the name comes from http://en.wikipedia.org/wiki/Popping + * Indeed, the control flow is doing a strange dance in there. + * + * That's not about http://en.wikipedia.org/wiki/Poop, despite the odor :) + */ + inline static smx_host_t simcall_BODY_host_get_by_name(const char* name) { smx_process_t self = SIMIX_process_self();