From: Christian Heinrich Date: Thu, 9 Apr 2015 16:44:27 +0000 (+0200) Subject: Added small section on backbone. X-Git-Tag: v3_12~671 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e84b640ebeb1392be8b1ec75b7d5a73654011905 Added small section on backbone. --- diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 319aa0af99..b86e29bccd 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -629,6 +629,20 @@ documentation (Section \ref pf_host) for an example. TODO +\subsubsection pf_backbone + +\note + This tag is only available when the containing AS uses the "Cluster" mode! + +TODO: Is default=shared correct? + +Attribute name | Mandatory | Values | Description +--------------- | --------- | ------ | ----------- +id | yes | string | The identifier of the link to be used when referring to it. +bandwidth | yes | int | Maximum bandwidth for this link, given in bytes/s +latency | no | double (default: 0.0) | Latency for this link. +sharing_policy | no | SHARED\|FATPIPE\|FULLDUPLEX (default: SHARED) | Sharing policy for the link. + \subsection pf_storage Storage \note