aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-24 21:45:44 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-24 21:45:44 +0000
commit47d7779091557516cda70ab9038dc2d460b0b3bb (patch)
tree2c8a334a40268d8b3717332a9d7278909830fab7 /src/fs/fs_unindex.c
parent267b8b5e0e264627f334a18ae1bf3f3a88ff2e32 (diff)
downloadgnunet-47d7779091557516cda70ab9038dc2d460b0b3bb.tar.gz
gnunet-47d7779091557516cda70ab9038dc2d460b0b3bb.zip
giving client API option for auto-retry, making more often use of transmit_and_get_response API and removing auto-retry code where enhanced client API can be used for it
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r--src/fs/fs_unindex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index 4a57c7d59..0374e1db2 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -379,6 +379,7 @@ process_hash (void *cls,
379 GNUNET_CLIENT_transmit_and_get_response (uc->client, 379 GNUNET_CLIENT_transmit_and_get_response (uc->client,
380 &req.header, 380 &req.header,
381 GNUNET_CONSTANTS_SERVICE_TIMEOUT, 381 GNUNET_CONSTANTS_SERVICE_TIMEOUT,
382 GNUNET_YES,
382 &process_fs_response, 383 &process_fs_response,
383 uc); 384 uc);
384} 385}