aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-22 19:57:49 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-22 19:57:49 +0000
commit4ef4905497e8b34e907649cbe93568ea5f46c83d (patch)
tree457961b10519d865b1457f10331480eafab2b8a0 /src/fs/gnunet-service-fs_pr.c
parent220575cb7eb46b0b7cde05733ba86d6e2e7a9aa7 (diff)
downloadgnunet-4ef4905497e8b34e907649cbe93568ea5f46c83d.tar.gz
gnunet-4ef4905497e8b34e907649cbe93568ea5f46c83d.zip
towards using stream for non-anonymous file-sharing
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index 9233658eb..f89abdb72 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -262,15 +262,15 @@ refresh_bloomfilter (struct GSF_PendingRequest *pr)
262struct GSF_PendingRequest * 262struct GSF_PendingRequest *
263GSF_pending_request_create_ (enum GSF_PendingRequestOptions options, 263GSF_pending_request_create_ (enum GSF_PendingRequestOptions options,
264 enum GNUNET_BLOCK_Type type, 264 enum GNUNET_BLOCK_Type type,
265 const struct GNUNET_HashCode * query, 265 const struct GNUNET_HashCode *query,
266 const struct GNUNET_HashCode * namespace, 266 const struct GNUNET_HashCode *namespace,
267 const struct GNUNET_PeerIdentity *target, 267 const struct GNUNET_PeerIdentity *target,
268 const char *bf_data, size_t bf_size, 268 const char *bf_data, size_t bf_size,
269 uint32_t mingle, uint32_t anonymity_level, 269 uint32_t mingle, uint32_t anonymity_level,
270 uint32_t priority, int32_t ttl, 270 uint32_t priority, int32_t ttl,
271 GNUNET_PEER_Id sender_pid, 271 GNUNET_PEER_Id sender_pid,
272 GNUNET_PEER_Id origin_pid, 272 GNUNET_PEER_Id origin_pid,
273 const struct GNUNET_HashCode * replies_seen, 273 const struct GNUNET_HashCode *replies_seen,
274 unsigned int replies_seen_count, 274 unsigned int replies_seen_count,
275 GSF_PendingRequestReplyHandler rh, void *rh_cls) 275 GSF_PendingRequestReplyHandler rh, void *rh_cls)
276{ 276{