* Only enable block/transaction tracing when the macro is 1.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25247 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-04-29 14:57:56 +00:00
parent 18df7df8f7
commit 76824051fd
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ struct cache_transaction {
bigtime_t last_used;
};
#ifdef BLOCK_CACHE_TRANSACTION_TRACING
#if BLOCK_CACHE_TRANSACTION_TRACING
namespace TransactionTracing {
class Action : public AbstractTraceEntry {