aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-24 12:15:04 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-24 12:15:04 +0000
commitce43938102711364faf74972884862dc13a0d985 (patch)
treee94177b33c9f3e0710a60fdabd3b8a33113b7ea0 /src/include
parenta1ad58dbf1437560a9a24a52e9d28d28dc697a93 (diff)
downloadgnunet-ce43938102711364faf74972884862dc13a0d985.tar.gz
gnunet-ce43938102711364faf74972884862dc13a0d985.zip
changing API in anticipation of future implementation of 1369
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_fs_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 7bfb15ac0..f4a71dd46 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -1036,6 +1036,11 @@ struct GNUNET_FS_ProgressInfo
1036 */ 1036 */
1037 unsigned int depth; 1037 unsigned int depth;
1038 1038
1039 /**
1040 * How much trust did we offer for downloading this block?
1041 */
1042 unsigned int trust_offered;
1043
1039 } progress; 1044 } progress;
1040 1045
1041 /** 1046 /**