X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a201b7ceece70d2bc461ac48c8b746a36d07243..4e651064c117835e8a9340bc416a6dc1781cc56d:/include/xbt/peer.h diff --git a/include/xbt/peer.h b/include/xbt/peer.h index e00cedb73c..a04d9c0b64 100644 --- a/include/xbt/peer.h +++ b/include/xbt/peer.h @@ -1,8 +1,7 @@ /* peer.h - peer (remote processes) management functions */ -/* Copyright (c) 2006 Arnaud Legrand. */ -/* Copyright (c) 2006 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. */ @@ -14,10 +13,10 @@ SG_BEGIN_DECL() - typedef struct { - char *name; - int port; - } s_xbt_peer_t, *xbt_peer_t; +typedef struct { + char *name; + int port; +} s_xbt_peer_t, *xbt_peer_t; XBT_PUBLIC(xbt_peer_t) xbt_peer_new(const char *name, int port); XBT_PUBLIC(xbt_peer_t) xbt_peer_from_string(const char *peerport); @@ -26,4 +25,4 @@ XBT_PUBLIC(void) xbt_peer_free(xbt_peer_t peer); XBT_PUBLIC(void) xbt_peer_free_voidp(void *d); SG_END_DECL() -#endif /* XBT_PEER_H */ +#endif /* XBT_PEER_H */