]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/xbt_peer.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not use static buffer of log event for headers when switching to dynamic logs...
[simgrid.git] / src / xbt / xbt_peer.c
index d5b3598725293f686535a0dde1981b1379e940c6..9e7c3e866f8670a662133cdc91e99bec334b9636 100644 (file)
@@ -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 '<peername>:<port>'. */
+/** \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);