Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This prevent periodic availability/state traces to loop forever
[simgrid.git] / src / surf / platf_generator_private.h
index 80a3390..12cfdd0 100644 (file)
@@ -1,14 +1,8 @@
 #ifndef SG_PLATF_GEN_PRIVATE_H
 #define SG_PLATF_GEN_PRIVATE_H
 
-#include <xbt/graph.h>
-
-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);