From 1e752b178131fa0268151219deb35e09c40e29bc Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 29 Apr 2009 12:46:18 +0200 Subject: rework commlayerinner usage new lock method in debugdump --- lib/Utils/DebugDump.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Utils/DebugDump.h') diff --git a/lib/Utils/DebugDump.h b/lib/Utils/DebugDump.h index 7dd1dcca..73fdeb64 100644 --- a/lib/Utils/DebugDump.h +++ b/lib/Utils/DebugDump.h @@ -43,6 +43,7 @@ class CDebugDump bool m_bOpened; bool m_bUnlock; DIR* m_pGetNextFileDir; + int m_nFD; void SaveKernelArchitectureRelease(); void SaveTime(); -- cgit