aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-30 19:46:35 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-30 19:46:35 +0000
commit3905f70a1f4491c789b6c752361bd257e1f6c931 (patch)
tree344e26685ae04473908b7ce4c3134402f9c6a09f /src/fs/fs_api.h
parentbf7619be0f8e5fca7a16c28720ab908134d139bc (diff)
downloadgnunet-3905f70a1f4491c789b6c752361bd257e1f6c931.tar.gz
gnunet-3905f70a1f4491c789b6c752361bd257e1f6c931.zip
address #3745
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 02f4a70c0..5ff0c4f1d 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -1473,11 +1473,6 @@ struct GNUNET_FS_UnindexContext
1473 struct GNUNET_HashCode uquery; 1473 struct GNUNET_HashCode uquery;
1474 1474
1475 /** 1475 /**
1476 * First content UID, 0 for none.
1477 */
1478 uint64_t first_uid;
1479
1480 /**
1481 * Error message, NULL on success. 1476 * Error message, NULL on success.
1482 */ 1477 */
1483 char *emsg; 1478 char *emsg;
@@ -1488,6 +1483,11 @@ struct GNUNET_FS_UnindexContext
1488 struct GNUNET_CRYPTO_FileHashContext *fhc; 1483 struct GNUNET_CRYPTO_FileHashContext *fhc;
1489 1484
1490 /** 1485 /**
1486 * Which values have we seen already?
1487 */
1488 struct GNUNET_CONTAINER_MultiHashMap *seen_dh;
1489
1490 /**
1491 * Overall size of the file. 1491 * Overall size of the file.
1492 */ 1492 */
1493 uint64_t file_size; 1493 uint64_t file_size;