summaryrefslogtreecommitdiffstats
path: root/src/H5C2pkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5C2pkg.h')
-rw-r--r--src/H5C2pkg.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/H5C2pkg.h b/src/H5C2pkg.h
index 7d12053..878e372 100644
--- a/src/H5C2pkg.h
+++ b/src/H5C2pkg.h
@@ -174,8 +174,8 @@ struct H5C2_jbrb_t
unsigned long cur_trans;
unsigned long last_trans_on_disk;
hbool_t trans_in_prog;
- char * jname;
- char * hdf5_file_name;
+ const char * jname;
+ const char * hdf5_file_name;
hbool_t header_present;
size_t cur_buf_free_space;
size_t rb_space_to_rollover;
@@ -243,11 +243,6 @@ struct H5C2_jbrb_t
* This field is used to validate pointers to instances of
* H5C2_t.
*
- * f: Pointer to the instance of H5F_t associated with this
- * instance of the metadata cache. This field is set at
- * create, and then used until the file is closed (at which
- * point, the cache will be shut down as well).
- *
* flush_in_progress: Boolean flag indicating whether a flush is in
* progress.
*
@@ -1024,8 +1019,6 @@ struct H5C2_t
{
uint32_t magic;
- H5F_t * f;
-
hbool_t flush_in_progress;
FILE * trace_file_ptr;