GNUnet  0.19.4
MigrationStopMessage Struct Reference

Message send by a peer that wants to be excluded from migration for a while. More...

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

Collaboration diagram for MigrationStopMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Message type will be GNUNET_MESSAGE_TYPE_FS_MIGRATION_STOP. More...
 
uint32_t reserved
 Always zero. More...
 
struct GNUNET_TIME_RelativeNBO duration
 How long should the block last? More...
 

Detailed Description

Message send by a peer that wants to be excluded from migration for a while.

Definition at line 135 of file gnunet-service-fs.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader MigrationStopMessage::header

Message type will be GNUNET_MESSAGE_TYPE_FS_MIGRATION_STOP.

Definition at line 117 of file gnunet-service-fs.h.

◆ reserved

uint32_t MigrationStopMessage::reserved

Always zero.

Definition at line 146 of file gnunet-service-fs.h.

Referenced by GSF_block_peer_migration_().

◆ duration

struct GNUNET_TIME_RelativeNBO MigrationStopMessage::duration

How long should the block last?

Definition at line 146 of file gnunet-service-fs.h.

Referenced by GSF_block_peer_migration_(), and handle_p2p_migration_stop().


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