Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'v3_9_x' of github.com:mquinson/simgrid into v3_9_x
[simgrid.git] / src / surf / platf_generator_private.h
index bdec97e92d6e5ba02e86265a27b1b2dd682859be..12cfdd0e8311ce0db4fa3c36c6e76a6a114e9060 100644 (file)
@@ -4,22 +4,6 @@
 #include "xbt/graph.h"
 #include "simgrid/platf.h"
 
-typedef struct s_context_node_t {
-  unsigned long id;
-  double x, y;
-  int degree;
-  e_platf_node_kind kind;
-  union {
-    s_sg_platf_host_cbarg_t host_parameters;
-    s_sg_platf_cluster_cbarg_t cluster_parameters;
-  };
-} s_context_node_t;
-
-typedef struct s_context_edge_t {
-  unsigned long id;
-  s_sg_platf_link_cbarg_t link_parameters;
-} s_context_edge_t;
-
 void platf_graph_init(unsigned long node_count);
 
 void platf_node_connect(xbt_node_t node1, xbt_node_t node2);