aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-30 15:20:02 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-30 15:20:02 +0000
commit4647e06936db32a1829223e48eb3d6b6a52b0c3d (patch)
treececf4c425161d04a41254eed1ba534b019737abf /src/fs/fs_api.h
parent40b50b568b0c74d168b4b009c8f528568bfe8ac1 (diff)
downloadgnunet-4647e06936db32a1829223e48eb3d6b6a52b0c3d.tar.gz
gnunet-4647e06936db32a1829223e48eb3d6b6a52b0c3d.zip
-towards allowing probes for directory entries
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 9e3e9e787..f3daeb85a 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -599,6 +599,11 @@ struct GNUNET_FS_SearchResult
599 struct GNUNET_TIME_Relative remaining_probe_time; 599 struct GNUNET_TIME_Relative remaining_probe_time;
600 600
601 /** 601 /**
602 * Anonymity level to use for probes using this search result.
603 */
604 uint32_t anonymity;
605
606 /**
602 * Number of mandatory keywords for which we have NOT yet found the 607 * Number of mandatory keywords for which we have NOT yet found the
603 * search result; when this value hits zero, the search result is 608 * search result; when this value hits zero, the search result is
604 * given to the callback. 609 * given to the callback.