]> AND Public Git Repository - simgrid.git/blobdiff - include/msg/datatypes.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use cat+here document, instead of non-portable echo -e.
[simgrid.git] / include / msg / datatypes.h
index 483c582c1cfcb6b158e622a2ac3a7f4765086047..598ea84c62ec1c48784a670e91cb776275368de7 100644 (file)
@@ -89,6 +89,12 @@ typedef struct msg_file {
  */
 typedef struct msg_file *msg_file_t;
 
+
+/** @brief File datatype.
+    @ingroup msg_file_management
+
+    You should consider this as an opaque object.
+ */
 typedef s_file_stat_t s_msg_stat_t, *msg_stat_t;