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/service/fs/gnunet-service-fs.h>
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... | |
Message send by a peer that wants to be excluded from migration for a while.
Definition at line 133 of file gnunet-service-fs.h.
struct GNUNET_MessageHeader MigrationStopMessage::header |
Message type will be GNUNET_MESSAGE_TYPE_FS_MIGRATION_STOP.
Definition at line 139 of file gnunet-service-fs.h.
uint32_t MigrationStopMessage::reserved |
Always zero.
Definition at line 144 of file gnunet-service-fs.h.
Referenced by GSF_block_peer_migration_().
struct GNUNET_TIME_RelativeNBO MigrationStopMessage::duration |
How long should the block last?
Definition at line 149 of file gnunet-service-fs.h.
Referenced by GSF_block_peer_migration_(), and handle_p2p_migration_stop().