aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-05 13:03:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-05 13:03:19 +0000
commitf0006804b21f73d0dac544f4eac00318d20d8caa (patch)
tree6c1cf16fb872b85cfc88055e6cf8322f0f1a1dbc /src/fs/fs.h
parentb6910539506756f3006042971ead1ffd8e8e54fe (diff)
downloadgnunet-f0006804b21f73d0dac544f4eac00318d20d8caa.tar.gz
gnunet-f0006804b21f73d0dac544f4eac00318d20d8caa.zip
fix
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 8fa0ef0aa..954fe0599 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1980,6 +1980,11 @@ struct GNUNET_FS_DownloadContext
1980 */ 1980 */
1981 int has_finished; 1981 int has_finished;
1982 1982
1983 /**
1984 * Have we started the receive continuation yet?
1985 */
1986 int in_receive;
1987
1983}; 1988};
1984 1989
1985 1990