X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fb55eed3fcaec103e31e5fcdbd2435303b75e8b7..7fdb9c9ac44fba9f76a3b45d032561995bec2e0d:/src/include/simgrid/platf_interface.h diff --git a/src/include/simgrid/platf_interface.h b/src/include/simgrid/platf_interface.h index ab2a7c857a..1e2ad2cb40 100644 --- a/src/include/simgrid/platf_interface.h +++ b/src/include/simgrid/platf_interface.h @@ -23,7 +23,7 @@ typedef void (*sg_platf_router_cb_t)(sg_platf_router_cbarg_t); typedef void (*sg_platf_link_cb_t)(sg_platf_link_cbarg_t); typedef void (*sg_platf_peer_cb_t)(sg_platf_peer_cbarg_t); typedef void (*sg_platf_cluster_cb_t)(sg_platf_cluster_cbarg_t); -typedef void (*sg_platf_AS_begin_cb_t)(const char*id, const char*routing); +typedef void (*sg_platf_AS_begin_cb_t)(const char*id, int routing); typedef void (*sg_platf_storage_cb_t)(sg_platf_storage_cbarg_t); typedef void (*sg_platf_storage_type_cb_t)(sg_platf_storage_type_cbarg_t);