Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Next version will be 3.1
[simgrid.git] / include / xbt / host.h
index 97ee335..8fd25a2 100644 (file)
@@ -20,7 +20,9 @@ typedef struct {
    int port;
 } s_xbt_host_t, *xbt_host_t;
 
-xbt_host_t xbt_host_new(char *name, int port);
+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);