Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
glitch fix in host.h, and remove host_t cruft from misc.h
[simgrid.git] / include / xbt / host.h
index 97ee335..f210a36 100644 (file)
@@ -20,7 +20,7 @@ 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);
 void xbt_host_free(xbt_host_t host);
 void xbt_host_free_voidp(void *d);