X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6760cb07d6b57be16928d95339d71e57c4e24f36..cc01c6a871dbbfd0cc84e26eb9f94aeb539e613e:/examples/gras/spawn/spawn_father.c?ds=sidebyside diff --git a/examples/gras/spawn/spawn_father.c b/examples/gras/spawn/spawn_father.c index edf1fa2002..12cc6ae76a 100644 --- a/examples/gras/spawn/spawn_father.c +++ b/examples/gras/spawn/spawn_father.c @@ -46,7 +46,8 @@ static int father_cb_ping_handler(gras_msg_cb_ctx_t ctx, void *payload) RETHROW0("Unable to answer to my poor child: %s"); } INFO2("Answered to %s:%d's request", - gras_socket_peer_name(expeditor), gras_socket_peer_port(expeditor)); + gras_socket_peer_name(expeditor), + gras_socket_peer_port(expeditor)); /* 7. Tell GRAS that we consummed this message */ return 0;