summaryrefslogtreecommitdiffstats
path: root/src/H5SMpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5SMpkg.h')
-rw-r--r--src/H5SMpkg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5SMpkg.h b/src/H5SMpkg.h
index ae9a5f6..3ec8109 100644
--- a/src/H5SMpkg.h
+++ b/src/H5SMpkg.h
@@ -180,7 +180,7 @@ typedef struct {
H5AC_info_t cache_info;
H5SM_index_header_t *header; /* Pointer to the corresponding index header */
- H5SM_sohm_t * messages; /* Actual list, stored as an array */
+ H5SM_sohm_t *messages; /* Actual list, stored as an array */
} H5SM_list_t;
/* Typedef for shared object header message master table */
@@ -195,9 +195,9 @@ struct H5SM_master_table_t {
/* Typedef for searching an index (list or B-tree) */
typedef struct {
- H5F_t * file; /* File in which sharing is happening */
- H5HF_t * fheap; /* The heap for this message type, open. */
- void * encoding; /* The message encoded, or NULL */
+ H5F_t *file; /* File in which sharing is happening */
+ H5HF_t *fheap; /* The heap for this message type, open. */
+ void *encoding; /* The message encoded, or NULL */
size_t encoding_size; /* Size of the encoding, or 0 */
H5SM_sohm_t message; /* The message to find/insert.
* If the message doesn't yet have a
@@ -234,7 +234,7 @@ typedef struct H5SM_table_cache_ud_t {
/* Callback info for loading a shared message list index into the cache */
typedef struct H5SM_list_cache_ud_t {
- H5F_t * f; /* File that shared message index stored as a table is in */
+ H5F_t *f; /* File that shared message index stored as a table is in */
H5SM_index_header_t *header; /* Index header for this list */
} H5SM_list_cache_ud_t;