Author: nextgens
Date: 2009-01-27 14:45:49 +0000 (Tue, 27 Jan 2009)
New Revision: 25312
Modified:
trunk/freenet/src/freenet/support/SerialExecutor.java
Log:
fix the build
Modified: trunk/freenet/src/freenet/support/SerialExecutor.java
===================================================================
--- trunk/freenet/src/freenet/support/SerialExecutor.java 2009-01-27
14:42:27 UTC (rev 25311)
+++ trunk/freenet/src/freenet/support/SerialExecutor.java 2009-01-27
14:45:49 UTC (rev 25312)
@@ -113,4 +113,9 @@
return retval;
}
+ public int getWaitingThreadsCount() {
+ synchronized(jobs) {
+ return (waiting ? 1 : 0);
+ }
+ }
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs