X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/44480183884d6b451563acf89a07741f7684d752..4aaf8e185dcc8a7c7bde658a4fdd8dafba609c37:/src/surf/platf_generator_private.h diff --git a/src/surf/platf_generator_private.h b/src/surf/platf_generator_private.h index 80a3390891..12cfdd0e83 100644 --- a/src/surf/platf_generator_private.h +++ b/src/surf/platf_generator_private.h @@ -1,14 +1,8 @@ #ifndef SG_PLATF_GEN_PRIVATE_H #define SG_PLATF_GEN_PRIVATE_H -#include - -typedef struct { - unsigned long id; - double x, y; - int degree; - e_platf_node_kind kind; -} s_context_node_t, *context_node_t; +#include "xbt/graph.h" +#include "simgrid/platf.h" void platf_graph_init(unsigned long node_count);