Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Trying to fix modification with new master branch
[simgrid.git] / src / surf / platf_generator_private.h
index 3b95d50..12cfdd0 100644 (file)
@@ -4,23 +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;
-  int labeled;
-  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);