diff options
Diffstat (limited to 'src/fs/fs_search.c')
-rw-r--r-- | src/fs/fs_search.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/fs/fs_search.c b/src/fs/fs_search.c index 93a787477b..b5152cc66c 100644 --- a/src/fs/fs_search.c +++ b/src/fs/fs_search.c @@ -28,11 +28,16 @@ #include "gnunet_constants.h" #include "gnunet_fs_service.h" #include "gnunet_protocols.h" -#include "fs.h" +#include "fs_api.h" #define DEBUG_SEARCH GNUNET_EXTRA_LOGGING /** + * Number of availability trials we perform per search result. + */ +#define AVAILABILITY_TRIALS_MAX 8 + +/** * Fill in all of the generic fields for a search event and * call the callback. * |