Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This is better for regex ... sorry
[simgrid.git] / include / xbt / file_stat.h
index 7bdd3ac..4e323dc 100644 (file)
@@ -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;