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

Data Fields

struct RevokedAttributeEntrynext
 DLL. More...
 
struct RevokedAttributeEntryprev
 DLL. More...
 
struct GNUNET_RECLAIM_Identifier old_id
 Old ID of the attribute. More...
 
struct GNUNET_RECLAIM_Identifier new_id
 New ID of the attribute. More...
 

Detailed Description

Definition at line 233 of file gnunet-service-reclaim_tickets.c.

Field Documentation

◆ next

struct RevokedAttributeEntry* RevokedAttributeEntry::next

◆ prev

struct RevokedAttributeEntry* RevokedAttributeEntry::prev

DLL.

Definition at line 243 of file gnunet-service-reclaim_tickets.c.

◆ old_id

struct GNUNET_RECLAIM_Identifier RevokedAttributeEntry::old_id

Old ID of the attribute.

Definition at line 248 of file gnunet-service-reclaim_tickets.c.

Referenced by move_attr_finished(), move_attrs(), process_tickets(), revoke_attrs_cb(), and rvk_ticket_update().

◆ new_id

struct GNUNET_RECLAIM_Identifier RevokedAttributeEntry::new_id

New ID of the attribute.

Definition at line 253 of file gnunet-service-reclaim_tickets.c.

Referenced by process_tickets(), and rvk_move_attr_cb().


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