X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa45ee4a5c6eb99a3d7bb445875d8035e492bdc7..0b14a8138021e4e6acea3eea8589d0e9fd24c9dc:/src/simix/smx_user.c diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index d4ecd2f121..43085e4746 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -1410,6 +1410,16 @@ int simcall_file_move(smx_file_t fd, const char* fullpath) return simcall_BODY_file_move(fd, fullpath); } +/** + * \ingroup simix_file_management + * \brief Copy a file to another location on a remote host. + * + */ +int simcall_file_rcopy(smx_file_t fd, smx_host_t host, const char* fullpath) +{ + return simcall_BODY_file_rcopy(fd, host, fullpath); +} + /** * \ingroup simix_storage_management * \brief Returns the free space size on a given storage element.