aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
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 fa3c51ffd..2f828e281 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -160,6 +160,7 @@ struct GSF_PendingRequestData
160 * @param cls user-specified closure 160 * @param cls user-specified closure
161 * @param eval evaluation of the result 161 * @param eval evaluation of the result
162 * @param pr handle to the original pending request 162 * @param pr handle to the original pending request
163 * @param reply_anonymity_level anonymity level for the reply, UINT32_MAX for "unknown"
163 * @param expiration when does 'data' expire? 164 * @param expiration when does 'data' expire?
164 * @param type type of the block 165 * @param type type of the block
165 * @param data response data, NULL on request expiration 166 * @param data response data, NULL on request expiration
@@ -168,6 +169,7 @@ struct GSF_PendingRequestData
168typedef void (*GSF_PendingRequestReplyHandler)(void *cls, 169typedef void (*GSF_PendingRequestReplyHandler)(void *cls,
169 enum GNUNET_BLOCK_EvaluationResult eval, 170 enum GNUNET_BLOCK_EvaluationResult eval,
170 struct GSF_PendingRequest *pr, 171 struct GSF_PendingRequest *pr,
172 uint32_t reply_anonymity_level,
171 struct GNUNET_TIME_Absolute expiration, 173 struct GNUNET_TIME_Absolute expiration,
172 enum GNUNET_BLOCK_Type type, 174 enum GNUNET_BLOCK_Type type,
173 const void *data, 175 const void *data,