From dbe96ddad44464224c471890d78fb02dcd2b6066 Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Tue, 26 Sep 2006 14:54:27 +0000 Subject: [PATCH] Added some comments to some structures. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@908 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- ftk/src/ftk.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ftk/src/ftk.h b/ftk/src/ftk.h index 2807f13..6d42d78 100644 --- a/ftk/src/ftk.h +++ b/ftk/src/ftk.h @@ -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. **************************************************************************/