aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-07 22:08:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-07 22:08:36 +0000
commit4cb7e23cef8a149ac1334519ff898cc05811ac66 (patch)
tree74701b6ef23c97b508a8a382fc929ed4ca783bbf /src/fs/gnunet-service-fs_pr.h
parenta75ced83ea0041bc72e615743aa192f141ead643 (diff)
downloadgnunet-4cb7e23cef8a149ac1334519ff898cc05811ac66.tar.gz
gnunet-4cb7e23cef8a149ac1334519ff898cc05811ac66.zip
add support for delays
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,