X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/636c4a39fd7018786f10c6e66954aae0ed5677d5..b2c017d4b4d344a6d44abf79fb0dcd457ec1857c:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index d62fc66923..2f51412d99 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -472,6 +472,7 @@ XBT_PUBLIC(void) simcall_sem_acquire_timeout(smx_sem_t sem, double max_duration); XBT_PUBLIC(int) simcall_sem_get_capacity(smx_sem_t sem); +/***************************** File **********************************/ XBT_PUBLIC(size_t) simcall_file_read(size_t size, smx_file_t fd); XBT_PUBLIC(size_t) simcall_file_write(size_t size, smx_file_t fd); XBT_PUBLIC(smx_file_t) simcall_file_open(const char* storage, const char* path);