GNUnet 0.21.1
AttributeDeleteHandle Struct Reference

Handle for attribute deletion request. More...

Collaboration diagram for AttributeDeleteHandle:
[legend]

Data Fields

struct AttributeDeleteHandlenext
 DLL. More...
 
struct AttributeDeleteHandleprev
 DLL. More...
 
struct IdpClientclient
 Client connection. More...
 
struct GNUNET_CRYPTO_PrivateKey identity
 Identity. More...
 
struct GNUNET_NAMESTORE_QueueEntryns_qe
 QueueEntry. More...
 
struct GNUNET_NAMESTORE_ZoneIteratorns_it
 Iterator. More...
 
struct GNUNET_RECLAIM_Attributeclaim
 The attribute to delete. More...
 
struct GNUNET_RECLAIM_Credentialcredential
 The credential to delete. More...
 
struct TicketRecordsEntrytickets_to_update_head
 Tickets to update. More...
 
struct TicketRecordsEntrytickets_to_update_tail
 Tickets to update. More...
 
struct GNUNET_RECLAIM_AttributeListexisting_attributes
 Existing attributes. More...
 
struct GNUNET_RECLAIM_CredentialListexisting_credentials
 Existing credentials. More...
 
char * label
 Attribute label. More...
 
uint32_t r_id
 request id More...
 

Detailed Description

Handle for attribute deletion request.

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

Field Documentation

◆ next

struct AttributeDeleteHandle* AttributeDeleteHandle::next

DLL.

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

◆ prev

struct AttributeDeleteHandle* AttributeDeleteHandle::prev

DLL.

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

◆ client

struct IdpClient* AttributeDeleteHandle::client

◆ identity

◆ ns_qe

◆ ns_it

◆ claim

struct GNUNET_RECLAIM_Attribute* AttributeDeleteHandle::claim

The attribute to delete.

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

Referenced by cleanup_adh(), handle_attribute_delete_message(), and handle_credential_delete_message().

◆ credential

struct GNUNET_RECLAIM_Credential* AttributeDeleteHandle::credential

The credential to delete.

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

Referenced by cleanup_adh(), handle_attribute_delete_message(), and handle_credential_delete_message().

◆ tickets_to_update_head

struct TicketRecordsEntry* AttributeDeleteHandle::tickets_to_update_head

Tickets to update.

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

Referenced by cleanup_adh(), consistency_iter(), and update_tickets().

◆ tickets_to_update_tail

struct TicketRecordsEntry* AttributeDeleteHandle::tickets_to_update_tail

Tickets to update.

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

Referenced by cleanup_adh(), consistency_iter(), and update_tickets().

◆ existing_attributes

struct GNUNET_RECLAIM_AttributeList* AttributeDeleteHandle::existing_attributes

Existing attributes.

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

Referenced by cleanup_adh(), consistency_iter(), purge_attributes(), start_consistency_update(), and update_tickets().

◆ existing_credentials

struct GNUNET_RECLAIM_CredentialList* AttributeDeleteHandle::existing_credentials

Existing credentials.

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

Referenced by cleanup_adh(), consistency_iter(), purge_attributes(), start_consistency_update(), and update_tickets().

◆ label

◆ r_id

uint32_t AttributeDeleteHandle::r_id

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