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 0f3ab92..12cfdd0 100644 (file)
@@ -4,17 +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, *context_node_t;
-
 void platf_graph_init(unsigned long node_count);
 
 void platf_node_connect(xbt_node_t node1, xbt_node_t node2);