Context for "get_result_present". More...
Data Fields | |
const struct GNUNET_FS_Uri * | uri |
The URI we're looking for. More... | |
struct GNUNET_FS_SearchResult * | sr |
Where to store a pointer to the search result struct if we found a match. More... | |
Context for "get_result_present".
Definition at line 150 of file fs_search.c.
const struct GNUNET_FS_Uri* GetResultContext::uri |
The URI we're looking for.
Definition at line 155 of file fs_search.c.
Referenced by get_result_present(), and process_ksk_result().
struct GNUNET_FS_SearchResult* GetResultContext::sr |
Where to store a pointer to the search result struct if we found a match.
Definition at line 161 of file fs_search.c.
Referenced by get_result_present(), and process_ksk_result().