X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e683608f783111ab47bac546980f8245a900a1d..b9c9ef88e5a31a819e1f197b563974705e6d6805:/src/include/simgrid/platf_interface.h diff --git a/src/include/simgrid/platf_interface.h b/src/include/simgrid/platf_interface.h index 69f3286bcf..4afc6ed1ea 100644 --- a/src/include/simgrid/platf_interface.h +++ b/src/include/simgrid/platf_interface.h @@ -20,10 +20,12 @@ void sg_platf_exit(void); typedef void (*sg_platf_host_cb_t)(sg_platf_host_cbarg_t); 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); void sg_platf_host_add_cb(sg_platf_host_cb_t); void sg_platf_router_add_cb(sg_platf_router_cb_t); void sg_platf_link_add_cb(sg_platf_link_cb_t); +void sg_platf_peer_add_cb(sg_platf_peer_cb_t fct); void sg_platf_postparse_add_cb(void_f_void_t fct);