GNUnet 0.21.1
StoreRecordContext Struct Reference
Collaboration diagram for StoreRecordContext:
[legend]

Data Fields

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

Detailed Description

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

Field Documentation

◆ record

struct GNUNET_PEERSTORE_Record* StoreRecordContext::record

The record that was stored.

Definition at line 236 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 241 of file gnunet-service-peerstore.c.

Referenced by handle_store(), and store_record_continuation().

◆ pc

struct PeerstoreClient* StoreRecordContext::pc

The client.

Definition at line 246 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: