From: suter Date: Wed, 10 Jul 2013 12:16:35 +0000 (+0200) Subject: useless comment to delimit sections X-Git-Tag: v3_9_90~171 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b2c017d4b4d344a6d44abf79fb0dcd457ec1857c useless comment to delimit sections --- 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);