X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/422e163d2e62fd17bddf676642db97c099d2ac36..f21b4400e959778d4a1200e1b0c1a942715bb95d:/include/xbt/host.h diff --git a/include/xbt/host.h b/include/xbt/host.h index 63512871e5..8fd25a20eb 100644 --- a/include/xbt/host.h +++ b/include/xbt/host.h @@ -22,6 +22,7 @@ typedef struct { xbt_host_t xbt_host_new(const char *name, int port); xbt_host_t xbt_host_from_string(const char *hostport); +xbt_host_t xbt_host_copy(xbt_host_t h); void xbt_host_free(xbt_host_t host); void xbt_host_free_voidp(void *d);