![]() |
GNUnet
0.11.x
|
Handle for attribute deletion request. More...
Data Fields | |
struct AttributeDeleteHandle * | next |
DLL. More... | |
struct AttributeDeleteHandle * | prev |
DLL. More... | |
struct IdpClient * | client |
Client connection. More... | |
struct GNUNET_CRYPTO_EcdsaPrivateKey | identity |
Identity. More... | |
struct GNUNET_NAMESTORE_QueueEntry * | ns_qe |
QueueEntry. More... | |
struct GNUNET_NAMESTORE_ZoneIterator * | ns_it |
Iterator. More... | |
struct GNUNET_RECLAIM_ATTRIBUTE_Claim * | claim |
The attribute to delete. More... | |
struct TicketRecordsEntry * | tickets_to_update_head |
Tickets to update. More... | |
struct TicketRecordsEntry * | tickets_to_update_tail |
Tickets to update. More... | |
char * | label |
Attribute label. More... | |
uint32_t | r_id |
request id More... | |
Handle for attribute deletion request.
Definition at line 230 of file gnunet-service-reclaim.c.
struct AttributeDeleteHandle* AttributeDeleteHandle::next |
DLL.
Definition at line 235 of file gnunet-service-reclaim.c.
struct AttributeDeleteHandle* AttributeDeleteHandle::prev |
DLL.
Definition at line 240 of file gnunet-service-reclaim.c.
struct IdpClient* AttributeDeleteHandle::client |
Client connection.
Definition at line 245 of file gnunet-service-reclaim.c.
Referenced by handle_attribute_delete_message(), and send_delete_response().
struct GNUNET_CRYPTO_EcdsaPrivateKey AttributeDeleteHandle::identity |
Identity.
Definition at line 250 of file gnunet-service-reclaim.c.
Referenced by handle_attribute_delete_message(), start_ticket_update(), and update_tickets().
struct GNUNET_NAMESTORE_QueueEntry* AttributeDeleteHandle::ns_qe |
Definition at line 256 of file gnunet-service-reclaim.c.
Referenced by attr_delete_cont(), cleanup_adh(), handle_attribute_delete_message(), ticket_updated(), and update_tickets().
struct GNUNET_NAMESTORE_ZoneIterator* AttributeDeleteHandle::ns_it |
Iterator.
Definition at line 261 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), start_ticket_update(), ticket_iter(), ticket_iter_err(), and ticket_iter_fin().
struct GNUNET_RECLAIM_ATTRIBUTE_Claim* AttributeDeleteHandle::claim |
The attribute to delete.
Definition at line 266 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), handle_attribute_delete_message(), ticket_iter(), and update_tickets().
struct TicketRecordsEntry* AttributeDeleteHandle::tickets_to_update_head |
Tickets to update.
Definition at line 271 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), ticket_iter(), and update_tickets().
struct TicketRecordsEntry* AttributeDeleteHandle::tickets_to_update_tail |
Tickets to update.
Definition at line 276 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), ticket_iter(), and update_tickets().
char* AttributeDeleteHandle::label |
Attribute label.
Definition at line 281 of file gnunet-service-reclaim.c.
Referenced by attr_delete_cont(), cleanup_adh(), handle_attribute_delete_message(), ticket_iter(), and ticket_iter_err().
uint32_t AttributeDeleteHandle::r_id |
request id
Definition at line 286 of file gnunet-service-reclaim.c.
Referenced by handle_attribute_delete_message(), and send_delete_response().