X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/abcbfcc599bf80ecd04bc6c42cbc617333b06649..dc6258583c78a558d0bfc6d317272810e1b278ac:/include/simgrid/host.h diff --git a/include/simgrid/host.h b/include/simgrid/host.h index 85d17a22c3..843c0fcfb4 100644 --- a/include/simgrid/host.h +++ b/include/simgrid/host.h @@ -38,6 +38,7 @@ XBT_PUBLIC sg_host_t sg_host_by_name(const char* name); /** @brief Return the name of the sg_host_t. */ XBT_PUBLIC const char* sg_host_get_name(const_sg_host_t host); +#ifndef DOXYGEN // ========== User Data ============== /** @brief Return the user data of a #sg_host_t. * @@ -53,6 +54,7 @@ XBT_PUBLIC void sg_host_data_set(sg_host_t host, void* userdata); XBT_ATTRIB_DEPRECATED_v328("Please use sg_host_data_set()") XBT_PUBLIC void sg_host_user_set(sg_host_t host, void* userdata); XBT_ATTRIB_DEPRECATED_v328("Please use sg_host_data_set(h, NULL)") XBT_PUBLIC void sg_host_user_destroy(sg_host_t host); +#endif // ========= storage related functions ============ /** @brief Return the list of mount point names on an host.