<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18702"></HEAD>
<BODY>
<DIV><FONT size=2 face=Arial><SPAN class=166065217-15112009>signed off by: Firas 
Mahamid</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=166065217-15112009></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Index: 
shutter.h<BR>===================================================================<BR>--- 
shutter.h (revision 2558)<BR>+++ shutter.h (working copy)<BR>@@ -110,8 
+110,8 @@<BR> static inline void shutter_alive(shutter_t * 
p_shutter)<BR> {<BR>     long res = 
0;<BR>-    ASSERT(p_shutter->cnt == 
-MAX_OPERATIONS);<BR>- // Mark the counter as locked<BR>+    
<BR>+ // Mark the counter as alive<BR>  res = 
InterlockedExchangeAdd(&p_shutter->cnt, 
MAX_OPERATIONS);<BR>  ASSERT(res < 0);<BR> }<BR></DIV></FONT>
<DIV><FONT size=2 face=Arial></FONT> </DIV></BODY></HTML>