GNUnet 0.21.2
IndexInfoMessage Struct Reference

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>

Collaboration diagram for IndexInfoMessage:
[legend]

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...
 

Detailed Description

Message send by FS service in response to a request asking for a list of all indexed files.

Definition at line 196 of file fs.h.

Field Documentation

◆ header

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().

◆ reserved

uint32_t IndexInfoMessage::reserved

Always zero.

Definition at line 207 of file fs.h.

Referenced by GNUNET_FS_indexing_send_list().

◆ file_id

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().


The documentation for this struct was generated from the following file: