summaryrefslogtreecommitdiffstats
path: root/src/H5C2private.h
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-20 22:19:34 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-20 22:19:34 (GMT)
commit93343e5abee605701f910abed0065d6b6bd59c11 (patch)
tree5dce174b2a76bf47da1e89017301089783ac4224 /src/H5C2private.h
parentf9857027e327cac5b356da2c6c3ac94e3a773b29 (diff)
downloadhdf5-93343e5abee605701f910abed0065d6b6bd59c11.zip
hdf5-93343e5abee605701f910abed0065d6b6bd59c11.tar.gz
hdf5-93343e5abee605701f910abed0065d6b6bd59c11.tar.bz2
[svn-r15050] Purpose: Bug Fixes
Description: Fixing a couple of bugs in the journal logging code. Primarily, H5C2_jb__bin2hex was WAY inefficient. I've cleaned it up a bit. cache2_journal now finishes in less than a minute on kagiso. Also, __DATE__ preprocessor macros are no longer used to generate journal file headers. Tested: kagiso
Diffstat (limited to 'src/H5C2private.h')
-rw-r--r--src/H5C2private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5C2private.h b/src/H5C2private.h
index 7806337..8ac8d67 100644
--- a/src/H5C2private.h
+++ b/src/H5C2private.h
@@ -1563,7 +1563,6 @@ H5_DLL herr_t H5C2_jb__reconfigure(H5C2_jbrb_t * struct_ptr,
H5_DLL herr_t H5C2_jb__bin2hex(const uint8_t * buf,
char * hexdata,
size_t * hexlength,
- size_t buf_offset,
size_t buf_size);
/*****************************************************************************/