From fa63c91f079127c5d5a4ffce80af8ec0dcc82d51 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Mon, 21 May 2012 12:16:30 -0700 Subject: [PATCH] snapshot: use 'SSDEBUG', not 'DEBUG' --- snapshotimp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshotimp.h b/snapshotimp.h index c28b4eb..0f2d4b8 100644 --- a/snapshotimp.h +++ b/snapshotimp.h @@ -60,7 +60,7 @@ size_t mStackSize; snapshot_id mIDToRollback; ucontext_t mContextToRollback; snapshot_id currSnapShotID; -#if DEBUG +#if SSDEBUG struct timeval startTimeGlobal; #endif volatile bool mbFinalize; -- 2.34.1