X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ff6177a5f53d18c65185ece48c33813c6ebe9ebc..2e306fd7a3ccf90fb022e505b26c587d69ec2a42:/include/xbt/file_stat.h diff --git a/include/xbt/file_stat.h b/include/xbt/file_stat.h index 7bdd3aca63..4e323dc06e 100644 --- a/include/xbt/file_stat.h +++ b/include/xbt/file_stat.h @@ -10,6 +10,9 @@ #include "xbt/sysdep.h" +/** \ingroup msg_file_management + \brief Strucure containing information on file like stat on POSIX + */ typedef struct file_stat { char *user_rights; char *user;