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 / misc.h
index 2889ea7..4c01db9 100644 (file)
 /* End of cruft for C++ */
 
 SG_BEGIN_DECL()
-/* Dunno where to place this: needed by config and amok */
-typedef struct {  
-   char *name;
-   int port;
-} s_xbt_host_t, *xbt_host_t;
 
 const char *xbt_procname(void);