Context for put_migration_continuation(). More...
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... | |
Context for put_migration_continuation().
Definition at line 904 of file gnunet-service-fs_pr.c.
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().
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().
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().