Information about a peer waiting for migratable data. More...
Data Fields | |
struct MigrationReadyPeer * | next |
This is a doubly-linked list. More... | |
struct MigrationReadyPeer * | prev |
This is a doubly-linked list. More... | |
struct GSF_ConnectedPeer * | peer |
Handle to peer. More... | |
struct GNUNET_MQ_Envelope * | env |
Envelope of the currently pushed message. More... | |
Information about a peer waiting for migratable data.
Definition at line 107 of file gnunet-service-fs_push.c.
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().
struct MigrationReadyPeer* MigrationReadyPeer::prev |
This is a doubly-linked list.
Definition at line 117 of file gnunet-service-fs_push.c.
struct GSF_ConnectedPeer* MigrationReadyPeer::peer |
Handle to peer.
Definition at line 122 of file gnunet-service-fs_push.c.
Referenced by GSF_push_start_(), GSF_push_stop_(), process_migration_content(), score_content(), and transmit_content().
struct GNUNET_MQ_Envelope* MigrationReadyPeer::env |
Envelope of the currently pushed message.
Definition at line 127 of file gnunet-service-fs_push.c.
Referenced by httpdomain.httpdomain.HTTPResource::add_target_and_index(), find_content(), GSF_push_stop_(), process_migration_content(), typescriptdomain.TypeScriptDefinition::run(), and transmit_content().