aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-08 09:23:47 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-08 09:23:47 +0000
commit539be627c009c2f13da19d6ae847168c1f5d496e (patch)
tree78814fdb491c52349f793af5898858a56e32117a /src/fs/gnunet-service-fs_pr.h
parent941c7ee262792114da1811cf4404b04550e071b1 (diff)
downloadgnunet-539be627c009c2f13da19d6ae847168c1f5d496e.tar.gz
gnunet-539be627c009c2f13da19d6ae847168c1f5d496e.zip
-LRN: my experimental block download time measurer. The results
can be found there - [1]. [1] http://lrn.no-ip.info/other/gnunet_download_tie.log
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.h')
-rw-r--r--src/fs/gnunet-service-fs_pr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index f435cf8d6..92827f76b 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -174,6 +174,7 @@ struct GSF_PendingRequestData
174 * @param pr handle to the original pending request 174 * @param pr handle to the original pending request
175 * @param reply_anonymity_level anonymity level for the reply, UINT32_MAX for "unknown" 175 * @param reply_anonymity_level anonymity level for the reply, UINT32_MAX for "unknown"
176 * @param expiration when does 'data' expire? 176 * @param expiration when does 'data' expire?
177 * @param last_transmission the last time we've tried to get this block (FOREVER if unknown)
177 * @param type type of the block 178 * @param type type of the block
178 * @param data response data, NULL on request expiration 179 * @param data response data, NULL on request expiration
179 * @param data_len number of bytes in data 180 * @param data_len number of bytes in data
@@ -186,6 +187,8 @@ typedef void (*GSF_PendingRequestReplyHandler) (void *cls,
186 uint32_t reply_anonymity_level, 187 uint32_t reply_anonymity_level,
187 struct GNUNET_TIME_Absolute 188 struct GNUNET_TIME_Absolute
188 expiration, 189 expiration,
190 struct GNUNET_TIME_Absolute
191 last_transmission,
189 enum GNUNET_BLOCK_Type type, 192 enum GNUNET_BLOCK_Type type,
190 const void *data, 193 const void *data,
191 size_t data_len); 194 size_t data_len);