From 027735d9128f73147e8977c66c3249d00abd48ca Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 21 Oct 2011 15:59:16 -0500 Subject: [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. --- src/H5Omtime.c | 14 ++++++++++---- 1 file 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. * -- cgit v0.12