aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-05 16:10:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-05 16:10:55 +0000
commit2a23e57e4216593e83e7235e23988564825e4229 (patch)
tree89cdee0dd816e722214f76f4b9762140416ade20 /src/fs/gnunet-service-fs_pr.h
parentdfeb2b787f31255761a808007779c6e992c47591 (diff)
downloadgnunet-2a23e57e4216593e83e7235e23988564825e4229.tar.gz
gnunet-2a23e57e4216593e83e7235e23988564825e4229.zip
starting major change towards implementing #2564, this breaks some FS tests and FS APIs
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.h')
-rw-r--r--src/fs/gnunet-service-fs_pr.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index 371aa660b..66488f79c 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -87,12 +87,6 @@ struct GSF_PendingRequestData
87 struct GNUNET_HashCode query; 87 struct GNUNET_HashCode query;
88 88
89 /** 89 /**
90 * Namespace to query, only set if the type is SBLOCK.
91 * Allocated after struct only if needed. Do not free!
92 */
93 const struct GNUNET_HashCode *namespace;
94
95 /**
96 * Identity of a peer hosting the content, otherwise NULl. 90 * Identity of a peer hosting the content, otherwise NULl.
97 * Allocated after struct only if needed. Do not free! 91 * Allocated after struct only if needed. Do not free!
98 */ 92 */
@@ -212,7 +206,6 @@ typedef void (*GSF_PendingRequestReplyHandler) (void *cls,
212 * @param options request options 206 * @param options request options
213 * @param type type of the block that is being requested 207 * @param type type of the block that is being requested
214 * @param query key for the lookup 208 * @param query key for the lookup
215 * @param namespace namespace to lookup, NULL for no namespace
216 * @param target preferred target for the request, NULL for none 209 * @param target preferred target for the request, NULL for none
217 * @param bf_data raw data for bloom filter for known replies, can be NULL 210 * @param bf_data raw data for bloom filter for known replies, can be NULL
218 * @param bf_size number of bytes in bf_data 211 * @param bf_size number of bytes in bf_data
@@ -233,7 +226,6 @@ struct GSF_PendingRequest *
233GSF_pending_request_create_ (enum GSF_PendingRequestOptions options, 226GSF_pending_request_create_ (enum GSF_PendingRequestOptions options,
234 enum GNUNET_BLOCK_Type type, 227 enum GNUNET_BLOCK_Type type,
235 const struct GNUNET_HashCode * query, 228 const struct GNUNET_HashCode * query,
236 const struct GNUNET_HashCode * namespace,
237 const struct GNUNET_PeerIdentity *target, 229 const struct GNUNET_PeerIdentity *target,
238 const char *bf_data, size_t bf_size, 230 const char *bf_data, size_t bf_size,
239 uint32_t mingle, uint32_t anonymity_level, 231 uint32_t mingle, uint32_t anonymity_level,