X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d70aa4f0453eeef031df1154d0236ae7a28208e6..6da2ee58d9d2b8f4910b82e87d0be4488f31b911:/include/simgrid/platf_generator.h diff --git a/include/simgrid/platf_generator.h b/include/simgrid/platf_generator.h index a1012c5f3e..3b89513ce1 100644 --- a/include/simgrid/platf_generator.h +++ b/include/simgrid/platf_generator.h @@ -20,9 +20,11 @@ typedef enum { XBT_PUBLIC(void) platf_random_seed(unsigned long seed[6]); -XBT_PUBLIC(void) platf_graph_uniform(int node_count); +XBT_PUBLIC(void) platf_graph_uniform(unsigned long node_count); +XBT_PUBLIC(void) platf_graph_heavytailed(unsigned long node_count); XBT_PUBLIC(void) platf_graph_interconnect_star(void); +XBT_PUBLIC(void) platf_graph_interconnect_line(void); // WARNING : Only for debbugging ; should be removed when platform // generation works correctly