X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..cc01c6a871dbbfd0cc84e26eb9f94aeb539e613e:/examples/gras/spawn/spawn_child.c diff --git a/examples/gras/spawn/spawn_child.c b/examples/gras/spawn/spawn_child.c index c8812ece79..acc35238e8 100644 --- a/examples/gras/spawn/spawn_child.c +++ b/examples/gras/spawn/spawn_child.c @@ -1,8 +1,7 @@ -/* $Id$ */ - /* spawn - demo of the gras_agent_spawn function */ -/* Copyright (c) 2007 Martin Quinson. All rights reserved. */ +/* Copyright (c) 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. */ @@ -63,7 +62,8 @@ int child(int argc, char *argv[]) gras_socket_close(dady); RETHROW0("Dad don't want to speak with me! : %s"); } - INFO2("Pinged dad with %d, he answered with %d; leaving now.", ping, pong); + INFO2("Pinged dad with %d, he answered with %d; leaving now.", ping, + pong); /* 7. Free the allocated resources, and shut GRAS down */ gras_socket_close(dady);