Added some comments to some structures.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@908 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-09-26 14:54:27 +00:00
parent 33bf8314f9
commit dbe96ddad4

View File

@@ -5155,7 +5155,9 @@
///< has been waiting to obtain the lock.\ Both times are milliseconds.
) = 0;
};
// IMPORTANT NOTE: This structure needs to stay in sync with
// corresponding structures in java and C# code.
/**************************************************************************
/// Structure used in gathering statistics to hold an operation count and an elapsed time.
**************************************************************************/
@@ -5165,6 +5167,8 @@
FLMUINT64 ui64ElapMilli; ///< Total elapsed time (milliseconds) for the operations.
} F_COUNT_TIME_STAT;
// IMPORTANT NOTE: This structure needs to stay in sync with
// corresponding structures in java and C# code.
/**************************************************************************
/// Structure for returning lock statistics.
**************************************************************************/