gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14235 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r14235 - gnunet/src/include
Date: Mon, 24 Jan 2011 13:31:38 +0100

Author: grothoff
Date: 2011-01-24 13:31:38 +0100 (Mon, 24 Jan 2011)
New Revision: 14235

Modified:
   gnunet/src/include/gnunet_fs_service.h
Log:
docu

Modified: gnunet/src/include/gnunet_fs_service.h
===================================================================
--- gnunet/src/include/gnunet_fs_service.h      2011-01-24 12:31:24 UTC (rev 
14234)
+++ gnunet/src/include/gnunet_fs_service.h      2011-01-24 12:31:38 UTC (rev 
14235)
@@ -871,9 +871,7 @@
 
          /**
           * Depth of the given block in the tree; 
-          * 0 would be the highest level (the first
-          * call is guaranteed to be for the lowest
-          * level).
+          * 0 would be the lowest level (DBLOCKs).
           */
          unsigned int depth;
 
@@ -1015,7 +1013,10 @@
        struct {
   
          /**
-          * Data block we just obtained.
+          * Data block we just obtained, can be NULL (even if
+          * data_len > 0) if we found the entire block 'intact' on
+          * disk.  In this case, it is also possible for 'data_len'
+          * to be larger than an individual (32k) block.
           */
          const void *data;
          
@@ -1031,9 +1032,7 @@
 
          /**
           * Depth of the given block in the tree; 
-          * 0 would be the highest level (the first
-          * call is guaranteed to be for the lowest
-          * level).
+          * 0 would be the lowest level (DBLOCKS).
           */
          unsigned int depth;
 
@@ -1454,9 +1453,7 @@
 
          /**
           * Depth of the given block in the tree; 
-          * 0 would be the highest level (the first
-          * call is guaranteed to be for the lowest
-          * level).
+          * 0 would be the lowest level (DBLOCKS).
           */
          unsigned int depth;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]