aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-19 17:15:51 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-19 17:15:51 +0000
commit1b9a6fa6063c79120be8e9cf4bd42863751f04db (patch)
tree0511a203fd1dc0ddb9536a930cb7595e27fa807f /src/fs/fs_api.h
parentb10b45c398e1da19723c368d6ddd3641e2a97a79 (diff)
downloadgnunet-1b9a6fa6063c79120be8e9cf4bd42863751f04db.tar.gz
gnunet-1b9a6fa6063c79120be8e9cf4bd42863751f04db.zip
improving results seen communication to consider which exact keywords a particular result has been seen for so far
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index f358047aa..66ccda1f2 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -538,6 +538,11 @@ struct GNUNET_FS_SearchResult
538 char *serialization; 538 char *serialization;
539 539
540 /** 540 /**
541 * Bitmap that specifies precisely which keywords have been matched already.
542 */
543 uint8_t *keyword_bitmap;
544
545 /**
541 * Key for the search result 546 * Key for the search result
542 */ 547 */
543 GNUNET_HashCode key; 548 GNUNET_HashCode key;