Revision: 8179
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8179&view=rev
Author:   thjc
Date:     2009-08-06 15:52:11 +0000 (Thu, 06 Aug 2009)

Log Message:
-----------
fix hang on unsubscribe with dummy driver

Modified Paths:
--------------
    code/player/trunk/server/drivers/shell/dummy.cc

Modified: code/player/trunk/server/drivers/shell/dummy.cc
===================================================================
--- code/player/trunk/server/drivers/shell/dummy.cc     2009-08-05 09:05:49 UTC 
(rev 8178)
+++ code/player/trunk/server/drivers/shell/dummy.cc     2009-08-06 15:52:11 UTC 
(rev 8179)
@@ -167,7 +167,7 @@
 
     while (1)
     {
-        pthread_testcancel();
+        TestCancel();
         if (nanosleep(&req, NULL) == -1)
         continue;
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to