X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/16161a9da50b5cd4bca163c8542a4d65ff78e7d1..7d6c459a38d4385a4e269fcd16c426290e5061d7:/include/simgrid/host.h diff --git a/include/simgrid/host.h b/include/simgrid/host.h index 0289c0579b..bdb3d8992f 100644 --- a/include/simgrid/host.h +++ b/include/simgrid/host.h @@ -132,6 +132,8 @@ XBT_PUBLIC void sg_host_set_property_value(sg_host_t host, const char* name, con XBT_PUBLIC void sg_host_route(sg_host_t from, sg_host_t to, xbt_dynar_t links); XBT_PUBLIC double sg_host_route_latency(sg_host_t from, sg_host_t to); XBT_PUBLIC double sg_host_route_bandwidth(sg_host_t from, sg_host_t to); +void sg_host_send_to(sg_host_t from, sg_host_t to, double byte_amount); + XBT_PUBLIC void sg_host_dump(sg_host_t ws); XBT_PUBLIC void sg_host_get_actor_list(sg_host_t host, xbt_dynar_t whereto);