summaryrefslogtreecommitdiffstats
path: root/src/H5Omtime.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2011-10-21 20:59:16 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2011-10-21 20:59:16 (GMT)
commit027735d9128f73147e8977c66c3249d00abd48ca (patch)
tree018575f7e9cebc2b7c3b5b946e8a5871a82c0c7e /src/H5Omtime.c
parent629cdef2a52d1481f757a12c5cfb7c79e3d134be (diff)
downloadhdf5-027735d9128f73147e8977c66c3249d00abd48ca.zip
hdf5-027735d9128f73147e8977c66c3249d00abd48ca.tar.gz
hdf5-027735d9128f73147e8977c66c3249d00abd48ca.tar.bz2
[svn-r21647] Added a comment explaining the purpose of the change in the modification time format.
Trivial change - just made sure it compiled on Windows.
Diffstat (limited to 'src/H5Omtime.c')
-rw-r--r--src/H5Omtime.c14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/H5Omtime.c b/src/H5Omtime.c
index 2e2c060..0c60060 100644
--- a/src/H5Omtime.c
+++ b/src/H5Omtime.c
@@ -105,8 +105,11 @@ H5FL_DEFINE(time_t);
/*-------------------------------------------------------------------------
* Function: H5O_mtime_new_decode
*
- * Purpose: Decode a new modification time message and return a pointer to a
- * new time_t value.
+ * Purpose: Decode a new modification time message and return a pointer to
+ * a new time_t value.
+ *
+ * The new modification time message format was added due to the
+ * performance overhead of the old format.
*
* Return: Success: Ptr to new message in native struct.
*
@@ -158,8 +161,11 @@ done:
/*-------------------------------------------------------------------------
* Function: H5O_mtime_decode
*
- * Purpose: Decode a modification time message and return a pointer to a
- * new time_t value.
+ * Purpose: Decode a modification time message and return a pointer to a
+ * new time_t value.
+ *
+ * The new modification time message format was added due to the
+ * performance overhead of the old format.
*
* Return: Success: Ptr to new message in native struct.
*