aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index f335888ef..6c474369e 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -952,6 +952,12 @@ struct GNUNET_FS_DownloadContext
952 struct GNUNET_DISK_FileHandle *handle; 952 struct GNUNET_DISK_FileHandle *handle;
953 953
954 /** 954 /**
955 * Non-NULL if we are currently having a request for
956 * transmission pending with the client handle.
957 */
958 struct GNUNET_CONNECTION_TransmitHandle *th;
959
960 /**
955 * Identity of the peer having the content, or all-zeros 961 * Identity of the peer having the content, or all-zeros
956 * if we don't know of such a peer. 962 * if we don't know of such a peer.
957 */ 963 */