X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d1a328e48e23c005536f8514e567fb273554a36c..4386010688d60bea7f54c2383aa9c923f2980948:/src/include/surf/surf.h diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 0d0ced1f14..22b5e44107 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -138,9 +138,6 @@ XBT_PUBLIC(surf_action_t) surf_model_extract_failed_action_set(surf_model_t mode */ XBT_PUBLIC(int) surf_model_running_action_set_size(surf_model_t model); -/** @brief Create a file opening action on the given host */ -XBT_PUBLIC(surf_action_t) surf_host_open(sg_host_t host, const char* fullpath); - /** @brief Create a file closing action on the given host */ XBT_PUBLIC(surf_action_t) surf_host_close(sg_host_t host, surf_file_t fd);