X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/655afa10c8acf337cde1196c8a9505d2f91b3702..2f0bdd470ce4ef7b8f13338882a745a451c57cf2:/src/gras/Msg/gras_msg_listener.c diff --git a/src/gras/Msg/gras_msg_listener.c b/src/gras/Msg/gras_msg_listener.c index ef7057b055..284bf48bda 100644 --- a/src/gras/Msg/gras_msg_listener.c +++ b/src/gras/Msg/gras_msg_listener.c @@ -49,6 +49,8 @@ static void listener_function(void *p) while (1) { msg = gras_msg_recv_any(); if (msg->type != msg_wakeup_listener_t) { + /* Cannot display who sent this since in SG, gras_socket_peer_* wont work: + I'm not the user process but I'm just the listener. Too bad */ VERB1("Got a '%s' message. Queue it for handling by main thread", gras_msgtype_get_name(msg->type)); xbt_queue_push(me->incomming_messages, msg);