GNUnet 0.28.1-dev.4-24-g0cf3356dd
 
Loading...
Searching...
No Matches
StoreRecordContext Struct Reference
Collaboration diagram for StoreRecordContext:
[legend]

Data Fields

struct GNUNET_PEERSTORE_Recordrecord
 The record that was stored.
 
uint32_t rid
 The request ID.
 
struct PeerstoreClientpc
 The client.
 

Detailed Description

Definition at line 239 of file gnunet-service-peerstore.c.

Field Documentation

◆ record

struct GNUNET_PEERSTORE_Record* StoreRecordContext::record

The record that was stored.

Definition at line 244 of file gnunet-service-peerstore.c.

Referenced by handle_store(), and store_record_continuation().

◆ rid

uint32_t StoreRecordContext::rid

The request ID.

Definition at line 249 of file gnunet-service-peerstore.c.

Referenced by handle_store(), and store_record_continuation().

◆ pc

struct PeerstoreClient* StoreRecordContext::pc

The client.

Definition at line 254 of file gnunet-service-peerstore.c.

Referenced by handle_store(), and store_record_continuation().


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