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_release/build/src/service/fs/fs.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Message type will be GNUNET_MESSAGE_TYPE_FS_UNINDEX. | |
| uint32_t | reserved |
| Always zero. | |
| struct GNUNET_HashCode | file_id |
| Hash of the file that we will unindex. | |
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).
| struct GNUNET_MessageHeader UnindexMessage::header |
Message type will be GNUNET_MESSAGE_TYPE_FS_UNINDEX.
| uint32_t UnindexMessage::reserved |
Always zero.
Definition at line 237 of file fs.h.
Referenced by handle_client_unindex(), and unindex_finish().
| 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().