aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.c
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_cp.c
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_cp.c')
-rw-r--r--src/fs/gnunet-service-fs_cp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index 4711c09e6..ba6a8ce87 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -883,6 +883,7 @@ static void
883handle_p2p_reply (void *cls, enum GNUNET_BLOCK_EvaluationResult eval, 883handle_p2p_reply (void *cls, enum GNUNET_BLOCK_EvaluationResult eval,
884 struct GSF_PendingRequest *pr, uint32_t reply_anonymity_level, 884 struct GSF_PendingRequest *pr, uint32_t reply_anonymity_level,
885 struct GNUNET_TIME_Absolute expiration, 885 struct GNUNET_TIME_Absolute expiration,
886 struct GNUNET_TIME_Absolute last_transmission,
886 enum GNUNET_BLOCK_Type type, const void *data, 887 enum GNUNET_BLOCK_Type type, const void *data,
887 size_t data_len) 888 size_t data_len)
888{ 889{