From dd76d96d676f305aa2d29131321fe5cac5a676c4 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 27 Apr 2010 18:26:09 +0200 Subject: adapted new atomic instruction emulation to v5 engine code did not compile after merge from v4 --- runtime/queue.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/queue.h') diff --git a/runtime/queue.h b/runtime/queue.h index 45d3a51b..8ede6922 100644 --- a/runtime/queue.h +++ b/runtime/queue.h @@ -161,6 +161,7 @@ struct queue_s { } disk; } tVars; DEF_ATOMIC_HELPER_MUT(mutQueueSize); + DEF_ATOMIC_HELPER_MUT(mutLogDeq); }; -- cgit v1.2.3