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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index f435cf8d6..92827f76b 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -174,6 +174,7 @@ struct GSF_PendingRequestData
174 * @param pr handle to the original pending request 174 * @param pr handle to the original pending request
175 * @param reply_anonymity_level anonymity level for the reply, UINT32_MAX for "unknown" 175 * @param reply_anonymity_level anonymity level for the reply, UINT32_MAX for "unknown"
176 * @param expiration when does 'data' expire? 176 * @param expiration when does 'data' expire?
177 * @param last_transmission the last time we've tried to get this block (FOREVER if unknown)
177 * @param type type of the block 178 * @param type type of the block
178 * @param data response data, NULL on request expiration 179 * @param data response data, NULL on request expiration
179 * @param data_len number of bytes in data 180 * @param data_len number of bytes in data
@@ -186,6 +187,8 @@ typedef void (*GSF_PendingRequestReplyHandler) (void *cls,
186 uint32_t reply_anonymity_level, 187 uint32_t reply_anonymity_level,
187 struct GNUNET_TIME_Absolute 188 struct GNUNET_TIME_Absolute
188 expiration, 189 expiration,
190 struct GNUNET_TIME_Absolute
191 last_transmission,
189 enum GNUNET_BLOCK_Type type, 192 enum GNUNET_BLOCK_Type type,
190 const void *data, 193 const void *data,
191 size_t data_len); 194 size_t data_len);