GNUnet 0.21.0
PutMigrationContext Struct Reference

Context for put_migration_continuation(). More...

Collaboration diagram for PutMigrationContext:
[legend]

Data Fields

struct GNUNET_TIME_Absolute start
 Start time for the operation. More...
 
struct GNUNET_PeerIdentity origin
 Request origin. More...
 
int requested
 GNUNET_YES if we had a matching request for this block, GNUNET_NO if not. More...
 

Detailed Description

Field Documentation

◆ start

struct GNUNET_TIME_Absolute PutMigrationContext::start

Start time for the operation.

Definition at line 909 of file gnunet-service-fs_pr.c.

Referenced by handle_dht_reply(), handle_p2p_put(), and put_migration_continuation().

◆ origin

struct GNUNET_PeerIdentity PutMigrationContext::origin

Request origin.

Definition at line 914 of file gnunet-service-fs_pr.c.

Referenced by handle_p2p_put(), and put_migration_continuation().

◆ requested

int PutMigrationContext::requested

GNUNET_YES if we had a matching request for this block, GNUNET_NO if not.

Definition at line 920 of file gnunet-service-fs_pr.c.

Referenced by handle_dht_reply(), handle_p2p_put(), and put_migration_continuation().


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