aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-19 21:58:41 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-19 21:58:41 +0000
commit2ca3d0343fdda87012cedd096d891627b3c59cb2 (patch)
tree980de35f422a026dff4f19b17b25996037eeed38 /src/fs/fs.h
parentea0a274cbf6132260b7f0de868cdd1076688ed8b (diff)
downloadgnunet-2ca3d0343fdda87012cedd096d891627b3c59cb2.tar.gz
gnunet-2ca3d0343fdda87012cedd096d891627b3c59cb2.zip
fixing bugs, diagnosis summary
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 */