GNUnet 0.21.1
MigrationReadyPeer Struct Reference

Information about a peer waiting for migratable data. More...

Collaboration diagram for MigrationReadyPeer:
[legend]

Data Fields

struct MigrationReadyPeernext
 This is a doubly-linked list. More...
 
struct MigrationReadyPeerprev
 This is a doubly-linked list. More...
 
struct GSF_ConnectedPeerpeer
 Handle to peer. More...
 
struct GNUNET_MQ_Envelopeenv
 Envelope of the currently pushed message. More...
 

Detailed Description

Information about a peer waiting for migratable data.

Definition at line 107 of file gnunet-service-fs_push.c.

Field Documentation

◆ next

struct MigrationReadyPeer* MigrationReadyPeer::next

This is a doubly-linked list.

Definition at line 112 of file gnunet-service-fs_push.c.

Referenced by GSF_push_start_(), GSF_push_stop_(), and process_migration_content().

◆ prev

struct MigrationReadyPeer* MigrationReadyPeer::prev

This is a doubly-linked list.

Definition at line 117 of file gnunet-service-fs_push.c.

◆ peer

struct GSF_ConnectedPeer* MigrationReadyPeer::peer

◆ env


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