GNUnet 0.21.1
UnindexMessage Struct Reference

Message sent from a GNUnet (fs) unindexing activity to the gnunet-service-fs to indicate that a file will be unindexed. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/fs/fs.h>

Collaboration diagram for UnindexMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Message type will be GNUNET_MESSAGE_TYPE_FS_UNINDEX. More...
 
uint32_t reserved
 Always zero. More...
 
struct GNUNET_HashCode file_id
 Hash of the file that we will unindex. More...
 

Detailed Description

Message sent from a GNUnet (fs) unindexing activity to the gnunet-service-fs to indicate that a file will be unindexed.

The service is supposed to remove the file from the list of indexed files and response with a confirmation message (even if the file was already not on the list).

Definition at line 227 of file fs.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader UnindexMessage::header

Message type will be GNUNET_MESSAGE_TYPE_FS_UNINDEX.

Definition at line 232 of file fs.h.

◆ reserved

uint32_t UnindexMessage::reserved

Always zero.

Definition at line 237 of file fs.h.

Referenced by handle_client_unindex(), and unindex_finish().

◆ file_id

struct GNUNET_HashCode UnindexMessage::file_id

Hash of the file that we will unindex.

Definition at line 242 of file fs.h.

Referenced by handle_client_unindex(), and unindex_finish().


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