[freenet-cvs] r18917 - trunk/freenet/src/freenet/client/async

toad at freenetproject.org toad at freenetproject.org
Wed Apr 2 16:38:15 UTC 2008


Author: toad
Date: 2008-04-02 16:38:15 +0000 (Wed, 02 Apr 2008)
New Revision: 18917

Modified:
   trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
Log:
locking comments

Modified: trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java	2008-04-02 14:34:12 UTC (rev 18916)
+++ trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java	2008-04-02 16:38:15 UTC (rev 18917)
@@ -29,6 +29,7 @@
  * When CRS asks it to run a request, returns one, and only unregisters if no more requests in this category.
  * 
  * LOCKING: Synchronize on the parent segment. Nothing else makes sense w.r.t. nested locking.
+ * Note that SendableRequest will occasionally lock on (this). That lock is always taken last.
  */
 public class SplitFileFetcherSubSegment extends SendableGet {
 




More information about the cvs mailing list