Data Fields | |
| struct RevokedAttributeEntry * | next |
| DLL. | |
| struct RevokedAttributeEntry * | prev |
| DLL. | |
| struct GNUNET_RECLAIM_Identifier | old_id |
| Old ID of the attribute. | |
| struct GNUNET_RECLAIM_Identifier | new_id |
| New ID of the attribute. | |
Definition at line 247 of file gnunet-service-reclaim_tickets.c.
| struct RevokedAttributeEntry* RevokedAttributeEntry::next |
DLL.
Definition at line 252 of file gnunet-service-reclaim_tickets.c.
Referenced by del_attr_finished(), process_tickets(), rvk_move_attr_cb(), and rvk_ticket_update().
| struct RevokedAttributeEntry* RevokedAttributeEntry::prev |
DLL.
Definition at line 257 of file gnunet-service-reclaim_tickets.c.
| struct GNUNET_RECLAIM_Identifier RevokedAttributeEntry::old_id |
Old ID of the attribute.
Definition at line 262 of file gnunet-service-reclaim_tickets.c.
Referenced by move_attr_finished(), move_attrs(), process_tickets(), revoke_attrs_cb(), and rvk_ticket_update().
| struct GNUNET_RECLAIM_Identifier RevokedAttributeEntry::new_id |
New ID of the attribute.
Definition at line 267 of file gnunet-service-reclaim_tickets.c.
Referenced by process_tickets(), and rvk_move_attr_cb().