aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-21 13:29:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-21 13:29:22 +0000
commitef98e4c68e05e88ced677d66b9e5b57a382df70d (patch)
tree64f88544acb7180ba2ca639050059bbb01252e65 /src/fs/gnunet-service-fs_pr.h
parent8b23412a0e353778e83b370260e40d63a18c3927 (diff)
downloadgnunet-ef98e4c68e05e88ced677d66b9e5b57a382df70d.tar.gz
gnunet-ef98e4c68e05e88ced677d66b9e5b57a382df70d.zip
fix
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.h')
-rw-r--r--src/fs/gnunet-service-fs_pr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index b546fc1ab..fa3c51ffd 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -158,6 +158,7 @@ struct GSF_PendingRequestData
158 * expiration. 158 * expiration.
159 * 159 *
160 * @param cls user-specified closure 160 * @param cls user-specified closure
161 * @param eval evaluation of the result
161 * @param pr handle to the original pending request 162 * @param pr handle to the original pending request
162 * @param expiration when does 'data' expire? 163 * @param expiration when does 'data' expire?
163 * @param type type of the block 164 * @param type type of the block
@@ -165,6 +166,7 @@ struct GSF_PendingRequestData
165 * @param data_len number of bytes in data 166 * @param data_len number of bytes in data
166 */ 167 */
167typedef void (*GSF_PendingRequestReplyHandler)(void *cls, 168typedef void (*GSF_PendingRequestReplyHandler)(void *cls,
169 enum GNUNET_BLOCK_EvaluationResult eval,
168 struct GSF_PendingRequest *pr, 170 struct GSF_PendingRequest *pr,
169 struct GNUNET_TIME_Absolute expiration, 171 struct GNUNET_TIME_Absolute expiration,
170 enum GNUNET_BLOCK_Type type, 172 enum GNUNET_BLOCK_Type type,