Skip to content

Commit 04683e3

Browse files
committed
added comments
Signed-off-by: Dave Streeter <dave.streeter@lexisnexisrisk.com>
1 parent 6ac9196 commit 04683e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ecl/eclagent/eclagent.ipp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ private:
383383
outputFmts outputFmt = ofSTD;
384384
unsigned __int64 stopAfter;
385385
mutable CriticalSection wusect;
386-
MapStringToMyClass<CTempFileInfo> tempFileInfoMap;
387-
StringBuffer tempOwnerId;
386+
MapStringToMyClass<CTempFileInfo> tempFileInfoMap; // Map of original temp file name to the actual temp file name on disk
387+
StringBuffer tempOwnerId; // Holds the current pid and start epoch of the process for temp files in map tempFileInfoMap
388388
CriticalSection tfsect;
389389
IArray persistReadLocks;
390390
StringArray processedPersists;

0 commit comments

Comments
 (0)