X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12ab87e38dd389503c6b2738b8d3d085558354eb..3715b2a421abd8357f41fb2be3c25a351f1af8cb:/src/include/surf/surf.h diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 1dee6917be..15b1b8e1e5 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -198,11 +198,9 @@ XBT_PUBLIC(void) surf_as_cluster_set_backbone(AS_t as, void* backbone); /** @{ @ingroup SURF_c_bindings */ -/** - * @brief Get the name of a surf model +/** @brief Get the name of a surf model (dont rely on exact value) * - * @param model A model - * @return The name of the model + * This is implemented using typeid(), so it may change with the compiler */ XBT_PUBLIC(const char *) surf_model_name(surf_model_t model);