diff -r 4fde310f06fe -r 86a2e675b80a memspy/Driver/Kernel/Include/MemSpyDriverInspectedProcess.h --- a/memspy/Driver/Kernel/Include/MemSpyDriverInspectedProcess.h Mon Jun 14 11:37:33 2010 +0300 +++ b/memspy/Driver/Kernel/Include/MemSpyDriverInspectedProcess.h Mon Jun 28 15:36:07 2010 +0300 @@ -138,6 +138,8 @@ void ResetPendingChanges(); void PrintChunkInfo( DChunk& aChunk ) const; TBool IsChunkRelevantToOurProcess( DChunk& aChunk ) const; + void Lock() const; + void Unlock() const; public: // Queue link for process manager SDblQueLink iPMLink;