From e9042ac098d49611b37fdf6722ad3af1554ec304 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 2 Jun 2013 09:56:04 +0000 Subject: ProtoProxy: Added logging for the window contents, item's metadata is saved to a separate file git-svn-id: http://mc-server.googlecode.com/svn/trunk@1537 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- ProtoProxy/Connection.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ProtoProxy/Connection.h') diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h index 6fe1998f5..340c3c4b8 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -24,6 +24,10 @@ class cServer; class cConnection { + AString m_LogNameBase; ///< Base for the log filename and all files connected to this log + + int m_ItemIdx; ///< Index for the next file into which item metadata should be written (ParseSlot() function) + cCriticalSection m_CSLog; FILE * m_LogFile; -- cgit v1.2.3