Message send by FS service in response to a request asking for a list of all indexed files. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/fs/fs.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Message type will be GNUNET_MESSAGE_TYPE_FS_INDEX_LIST_ENTRY. More... | |
uint32_t | reserved |
Always zero. More... | |
struct GNUNET_HashCode | file_id |
Hash of the indexed file. More... | |
Message send by FS service in response to a request asking for a list of all indexed files.
struct GNUNET_MessageHeader IndexInfoMessage::header |
Message type will be GNUNET_MESSAGE_TYPE_FS_INDEX_LIST_ENTRY.
Definition at line 202 of file fs.h.
Referenced by check_index_info().
uint32_t IndexInfoMessage::reserved |
struct GNUNET_HashCode IndexInfoMessage::file_id |
Hash of the indexed file.
Definition at line 212 of file fs.h.
Referenced by GNUNET_FS_indexing_send_list(), and handle_index_info().