[jboss-cvs] JBoss Messaging SVN: r7400 - trunk/native/src.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 18 22:35:08 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-06-18 22:35:07 -0400 (Thu, 18 Jun 2009)
New Revision: 7400

Modified:
   trunk/native/src/AsyncFile.cpp
Log:
just removing a TODO block that doesn't apply any more

Modified: trunk/native/src/AsyncFile.cpp
===================================================================
--- trunk/native/src/AsyncFile.cpp	2009-06-19 02:18:59 UTC (rev 7399)
+++ trunk/native/src/AsyncFile.cpp	2009-06-19 02:35:07 UTC (rev 7400)
@@ -116,8 +116,6 @@
 	LockClass lock(&pollerMutex);
 	pollerRunning=1;
 
-	// TODO: Maybe we don't need to wait for one second.... we just keep waiting forever, and use something to interrupt it
-	// maybe an invalid write to interrupt it.
 	struct timespec oneSecond;
 	oneSecond.tv_sec = 1;
 	oneSecond.tv_nsec = 0;




More information about the jboss-cvs-commits mailing list