X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b511b8e4a7d720584d9d9a72b874709869bc10d0..7788b754434ef923675b3c88c08a02afc147ea9b:/src/xbt/xbt_peer.c diff --git a/src/xbt/xbt_peer.c b/src/xbt/xbt_peer.c index d5b3598725..9e7c3e866f 100644 --- a/src/xbt/xbt_peer.c +++ b/src/xbt/xbt_peer.c @@ -25,7 +25,7 @@ xbt_peer_t xbt_peer_copy(xbt_peer_t h) { return xbt_peer_new(h->name,h->port); } -/** \brief constructor. Argument should be of form ':'. */ +/** \brief constructor. Argument should be of form '(peername):(port)'. */ xbt_peer_t xbt_peer_from_string(const char *peerport) { xbt_peer_t res=xbt_new(s_xbt_peer_t, 1); char *name=xbt_strdup(peerport);