GNUnet 0.21.1
AttributeStoreHandle Struct Reference

Handle for attribute store request. More...

Collaboration diagram for AttributeStoreHandle:
[legend]

Data Fields

struct AttributeStoreHandlenext
 DLL. More...
 
struct AttributeStoreHandleprev
 DLL. More...
 
struct IdpClientclient
 Client connection. More...
 
struct GNUNET_CRYPTO_PrivateKey identity
 Identity. More...
 
struct GNUNET_CRYPTO_PublicKey identity_pkey
 Identity pubkey. More...
 
struct GNUNET_NAMESTORE_QueueEntryns_qe
 QueueEntry. More...
 
struct GNUNET_RECLAIM_Attributeclaim
 The attribute to store. More...
 
struct GNUNET_RECLAIM_Credentialcredential
 The credential to store. More...
 
struct GNUNET_TIME_Relative exp
 The attribute expiration interval. More...
 
uint32_t r_id
 request id More...
 

Detailed Description

Handle for attribute store request.

Definition at line 324 of file gnunet-service-reclaim.c.

Field Documentation

◆ next

struct AttributeStoreHandle* AttributeStoreHandle::next

DLL.

Definition at line 329 of file gnunet-service-reclaim.c.

◆ prev

struct AttributeStoreHandle* AttributeStoreHandle::prev

DLL.

Definition at line 334 of file gnunet-service-reclaim.c.

◆ client

struct IdpClient* AttributeStoreHandle::client

◆ identity

◆ identity_pkey

struct GNUNET_CRYPTO_PublicKey AttributeStoreHandle::identity_pkey

Identity pubkey.

Definition at line 349 of file gnunet-service-reclaim.c.

Referenced by handle_attribute_store_message(), and handle_credential_store_message().

◆ ns_qe

◆ claim

struct GNUNET_RECLAIM_Attribute* AttributeStoreHandle::claim

The attribute to store.

Definition at line 359 of file gnunet-service-reclaim.c.

Referenced by attr_store_task(), cleanup_as_handle(), and handle_attribute_store_message().

◆ credential

struct GNUNET_RECLAIM_Credential* AttributeStoreHandle::credential

The credential to store.

Definition at line 364 of file gnunet-service-reclaim.c.

Referenced by cleanup_as_handle(), cred_add_cb(), cred_store_task(), and handle_credential_store_message().

◆ exp

struct GNUNET_TIME_Relative AttributeStoreHandle::exp

The attribute expiration interval.

Definition at line 369 of file gnunet-service-reclaim.c.

Referenced by attr_store_task(), cred_add_cb(), handle_attribute_store_message(), and handle_credential_store_message().

◆ r_id

uint32_t AttributeStoreHandle::r_id

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