X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ebb14529f1b65a2bcb035acccd4670004c7e353c..f21b4400e959778d4a1200e1b0c1a942715bb95d:/include/xbt/host.h diff --git a/include/xbt/host.h b/include/xbt/host.h index f210a36856..8fd25a20eb 100644 --- a/include/xbt/host.h +++ b/include/xbt/host.h @@ -21,6 +21,8 @@ typedef struct { } s_xbt_host_t, *xbt_host_t; 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);