X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bf2eac918e4a2b27667268c0f4355f0797fd5af4..1379a51d59d779ba9732e143068e668db4732b1a:/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.