aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_search.c')
-rw-r--r--src/fs/fs_search.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/fs/fs_search.c b/src/fs/fs_search.c
index 93a787477..b5152cc66 100644
--- a/src/fs/fs_search.c
+++ b/src/fs/fs_search.c
@@ -28,11 +28,16 @@
28#include "gnunet_constants.h" 28#include "gnunet_constants.h"
29#include "gnunet_fs_service.h" 29#include "gnunet_fs_service.h"
30#include "gnunet_protocols.h" 30#include "gnunet_protocols.h"
31#include "fs.h" 31#include "fs_api.h"
32 32
33#define DEBUG_SEARCH GNUNET_EXTRA_LOGGING 33#define DEBUG_SEARCH GNUNET_EXTRA_LOGGING
34 34
35/** 35/**
36 * Number of availability trials we perform per search result.
37 */
38#define AVAILABILITY_TRIALS_MAX 8
39
40/**
36 * Fill in all of the generic fields for a search event and 41 * Fill in all of the generic fields for a search event and
37 * call the callback. 42 * call the callback.
38 * 43 *