X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..b5b953be4c43bad172a39f8917200ed84b534ec5:/examples/msg/chainsend/peer.c diff --git a/examples/msg/chainsend/peer.c b/examples/msg/chainsend/peer.c index 1b76e50b45..433200e22a 100644 --- a/examples/msg/chainsend/peer.c +++ b/examples/msg/chainsend/peer.c @@ -1,11 +1,12 @@ -#include "peer.h" +/* Copyright (c) 2012-2014. 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. */ -XBT_LOG_NEW_DEFAULT_CATEGORY(msg_peer, - "Messages specific for the peer"); +#include "peer.h" -/******************************************************* - * Peer * - *******************************************************/ +XBT_LOG_NEW_DEFAULT_CATEGORY(msg_peer, "Messages specific for the peer"); void peer_init_chain(peer_t peer, message_t msg) { @@ -155,4 +156,4 @@ int peer(int argc, char *argv[]) peer_delete(p); return status; -} /* end_of_receiver */ +}