aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-11 21:47:50 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-11 21:47:50 +0000
commitce0a51361bc8a4a5d05fe762c452e879ab607784 (patch)
tree28e4486bbe6c50e1399e1ba732f004d8e821a6cb /src/fs/fs.h
parent2c2d9ac07e21dd6c15559bd35033303ae8d83a8c (diff)
downloadgnunet-ce0a51361bc8a4a5d05fe762c452e879ab607784.tar.gz
gnunet-ce0a51361bc8a4a5d05fe762c452e879ab607784.zip
fix 1579
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 3a0b54d6f..8478f4845 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1302,6 +1302,11 @@ struct GNUNET_FS_PublishContext
1302 struct GNUNET_FS_FileInformation *fi_pos; 1302 struct GNUNET_FS_FileInformation *fi_pos;
1303 1303
1304 /** 1304 /**
1305 * Non-null if we are currently hashing a file.
1306 */
1307 struct GNUNET_CRYPTO_FileHashContext *fhc;
1308
1309 /**
1305 * Connection to the datastore service. 1310 * Connection to the datastore service.
1306 */ 1311 */
1307 struct GNUNET_DATASTORE_Handle *dsh; 1312 struct GNUNET_DATASTORE_Handle *dsh;