Context for GNUNET_FS_get_indexed_files(). More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
Connection to the FS service. More... | |
GNUNET_FS_IndexedFileProcessor | iterator |
Function to call for each indexed file. More... | |
void * | iterator_cls |
Closure for iterator. More... | |
GNUNET_SCHEDULER_TaskCallback | cont |
Continuation to trigger at the end. More... | |
void * | cont_cls |
Closure for cont. More... | |
Context for GNUNET_FS_get_indexed_files().
Definition at line 38 of file fs_list_indexed.c.
struct GNUNET_MQ_Handle* GNUNET_FS_GetIndexedContext::mq |
Connection to the FS service.
Definition at line 43 of file fs_list_indexed.c.
Referenced by GNUNET_FS_get_indexed_files(), and GNUNET_FS_get_indexed_files_cancel().
GNUNET_FS_IndexedFileProcessor GNUNET_FS_GetIndexedContext::iterator |
Function to call for each indexed file.
Definition at line 48 of file fs_list_indexed.c.
Referenced by GNUNET_FS_get_indexed_files(), handle_index_info(), handle_index_info_end(), and mq_error_handler().
void* GNUNET_FS_GetIndexedContext::iterator_cls |
Closure for iterator.
Definition at line 53 of file fs_list_indexed.c.
Referenced by GNUNET_FS_get_indexed_files(), handle_index_info(), handle_index_info_end(), and mq_error_handler().
GNUNET_SCHEDULER_TaskCallback GNUNET_FS_GetIndexedContext::cont |
Continuation to trigger at the end.
Definition at line 58 of file fs_list_indexed.c.
void* GNUNET_FS_GetIndexedContext::cont_cls |
Closure for cont.
Definition at line 63 of file fs_list_indexed.c.