From 269ea2f6be551f3159c1e508e28ebd2a609f5ab0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 9 Jun 2012 17:14:21 +1000 Subject: COMMON: Change pulseEvent to better reflect how it works in Windows --- common/coroutines.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/coroutines.h') diff --git a/common/coroutines.h b/common/coroutines.h index 64eabbf8f4..834c67f6e4 100644 --- a/common/coroutines.h +++ b/common/coroutines.h @@ -316,6 +316,7 @@ struct EVENT { uint32 pid; bool manualReset; bool signalled; + bool pulsing; }; -- cgit v1.2.3