* 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:
parent
18df7df8f7
commit
76824051fd
2
src/system/kernel/cache/block_cache.cpp
vendored
2
src/system/kernel/cache/block_cache.cpp
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user