X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/85c342932c60954a7e1c9430742bfff2b28c31a8..ad5ee977c604c3348f24ef6f27e2ba160c87ae7b:/src/xbt/xbt_peer.c diff --git a/src/xbt/xbt_peer.c b/src/xbt/xbt_peer.c index 80dae08705..d8339587f1 100644 --- a/src/xbt/xbt_peer.c +++ b/src/xbt/xbt_peer.c @@ -1,6 +1,6 @@ /* xbt_peer_t management functions */ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -21,6 +21,7 @@ xbt_peer_t xbt_peer_new(const char *name, int port) return res; } +/** \brief copy constructor */ xbt_peer_t xbt_peer_copy(xbt_peer_t h) { return xbt_peer_new(h->name, h->port);