[freenet-cvs] r20926 - branches/db4o/freenet/src/freenet/client
toad at freenetproject.org
toad at freenetproject.org
Wed Jul 2 13:39:57 UTC 2008
Author: toad
Date: 2008-07-02 13:39:56 +0000 (Wed, 02 Jul 2008)
New Revision: 20926
Modified:
branches/db4o/freenet/src/freenet/client/FECQueue.java
Log:
Activation
Modified: branches/db4o/freenet/src/freenet/client/FECQueue.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/FECQueue.java 2008-07-02 13:16:57 UTC (rev 20925)
+++ branches/db4o/freenet/src/freenet/client/FECQueue.java 2008-07-02 13:39:56 UTC (rev 20926)
@@ -185,6 +185,7 @@
public void run(ObjectContainer container, ClientContext context) {
if(Logger.shouldLog(Logger.MINOR, this))
Logger.minor(this, "Running callback for "+job);
+ container.activate(job, 2);
if(job.isADecodingJob)
job.callback.onDecodedSegment(container, clientContext, job, job.dataBlocks, job.checkBlocks, job.dataBlockStatus, job.checkBlockStatus);
else
More information about the cvs
mailing list