aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
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.h
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.h')
-rw-r--r--src/fs/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 8270d38ba..2cac304a3 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -950,7 +950,7 @@ struct GNUNET_FS_DownloadContext
950 * Non-NULL if we are currently having a request for 950 * Non-NULL if we are currently having a request for
951 * transmission pending with the client handle. 951 * transmission pending with the client handle.
952 */ 952 */
953 struct GNUNET_CONNECTION_TransmitHandle *th; 953 struct GNUNET_CLIENT_TransmitHandle *th;
954 954
955 /** 955 /**
956 * Identity of the peer having the content, or all-zeros 956 * Identity of the peer having the content, or all-zeros