X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fb55eed3fcaec103e31e5fcdbd2435303b75e8b7..7fdb9c9ac44fba9f76a3b45d032561995bec2e0d:/include/simgrid/platf.h?ds=sidebyside diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index ec41a07272..f600b16612 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -152,7 +152,7 @@ typedef struct { XBT_PUBLIC(void) sg_platf_begin(void); // Start a new platform XBT_PUBLIC(void) sg_platf_end(void); // Finish the creation of the platform -XBT_PUBLIC(void) sg_platf_new_AS_begin(const char *id, const char *mode); // Begin description of new AS +XBT_PUBLIC(void) sg_platf_new_AS_begin(const char *id, int mode); // Begin description of new AS XBT_PUBLIC(void) sg_platf_new_AS_end(void); // That AS is fully described XBT_PUBLIC(void) sg_platf_new_host (sg_platf_host_cbarg_t host); // Add an host to the currently described AS