Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Platform generation : modify some interface
[simgrid.git] / src / surf / platf_generator_private.h
1 #ifndef SG_PLATF_GEN_PRIVATE_H
2 #define SG_PLATF_GEN_PRIVATE_H
3
4 typedef struct {
5   double x, y;
6   int degree;
7   e_platf_node_kind kind;
8 } s_context_node_t, *context_node_t;
9
10 void platf_graph_init(int node_count);
11
12 #endif      /* SG_PLATF_GEN_PRIVATE_H */