X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0358b2afff91122d7760953b208c84e22bf1d71c..7a1cda7748ca356a3608f8d4eba73a3c1d9c79de:/src/simix/smx_user.c diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index 1d6dc6d2c4..8b75d4b3dd 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -1495,6 +1495,14 @@ xbt_dynar_t simcall_file_get_info(smx_file_t fd) return simcall_BODY_file_get_info(fd); } +/** + * \ingroup simix_file_management + * + */ +int simcall_file_seek(smx_file_t fd, sg_size_t offset, int origin){ + return simcall_BODY_file_seek(fd, offset, origin); +} + /** * \ingroup simix_file_management *