We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac9196 commit 04683e3Copy full SHA for 04683e3
1 file changed
ecl/eclagent/eclagent.ipp
@@ -383,8 +383,8 @@ private:
383
outputFmts outputFmt = ofSTD;
384
unsigned __int64 stopAfter;
385
mutable CriticalSection wusect;
386
- MapStringToMyClass<CTempFileInfo> tempFileInfoMap;
387
- StringBuffer tempOwnerId;
+ MapStringToMyClass<CTempFileInfo> tempFileInfoMap; // Map of original temp file name to the actual temp file name on disk
+ StringBuffer tempOwnerId; // Holds the current pid and start epoch of the process for temp files in map tempFileInfoMap
388
CriticalSection tfsect;
389
IArray persistReadLocks;
390
StringArray processedPersists;
0 commit comments