X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..07c319ec54d6fc778ee3cc5e75a747242006723e:/examples/gras/ping/ping_client.c diff --git a/examples/gras/ping/ping_client.c b/examples/gras/ping/ping_client.c index 2b286e3ae4..3d0796cf93 100644 --- a/examples/gras/ping/ping_client.c +++ b/examples/gras/ping/ping_client.c @@ -1,8 +1,7 @@ -/* $Id$ */ - /* ping - ping/pong demo of GRAS features */ -/* Copyright (c) 2003, 2004, 2005 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2006, 2007, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -68,8 +67,7 @@ int client(int argc, char *argv[]) RETHROW0("Failed to send PING to server: %s"); } INFO3(">>>>>>>> Message PING(%d) sent to %s:%d <<<<<<<<", - ping, - gras_socket_peer_name(toserver), gras_socket_peer_port(toserver)); + ping, gras_socket_peer_name(toserver), gras_socket_peer_port(toserver)); /* 7. Wait for the answer from the server, and deal with issues */ TRY {