A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix doxygen comments.
[simgrid.git]
/
include
/
msg
/
datatypes.h
diff --git
a/include/msg/datatypes.h
b/include/msg/datatypes.h
index
8ecd1ca
..
53905bf
100644
(file)
--- a/
include/msg/datatypes.h
+++ b/
include/msg/datatypes.h
@@
-117,9
+117,9
@@
typedef struct msg_file {
} s_msg_file_t;
/** @brief File datatype.
} s_msg_file_t;
/** @brief File datatype.
- @ingroup msg_file_management
-
-
You should consider this as an opaque object.
+ * @ingroup msg_file_management
+ *
+
*
You should consider this as an opaque object.
*/
typedef struct msg_file *msg_file_t;
*/
typedef struct msg_file *msg_file_t;
@@
-129,6
+129,11
@@
typedef struct msg_file *msg_file_t;
extern int MSG_STORAGE_LEVEL;
extern int MSG_STORAGE_LEVEL;
+/** @brief Storage datatype.
+ * @ingroup msg_storage_management
+ *
+ * You should consider this as an opaque object.
+ */
typedef xbt_dictelm_t msg_storage_t;
typedef s_xbt_dictelm_t s_msg_storage_t;
typedef xbt_dictelm_t msg_storage_t;
typedef s_xbt_dictelm_t s_msg_storage_t;