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_PrivateKey | identity |
Identity. More... | |
struct GNUNET_NAMESTORE_QueueEntry * | ns_qe |
QueueEntry. More... | |
struct GNUNET_NAMESTORE_ZoneIterator * | ns_it |
Iterator. More... | |
struct GNUNET_RECLAIM_Attribute * | claim |
The attribute to delete. More... | |
struct GNUNET_RECLAIM_Credential * | credential |
The credential to delete. More... | |
struct TicketRecordsEntry * | tickets_to_update_head |
Tickets to update. More... | |
struct TicketRecordsEntry * | tickets_to_update_tail |
Tickets to update. More... | |
struct GNUNET_RECLAIM_AttributeList * | existing_attributes |
Existing attributes. More... | |
struct GNUNET_RECLAIM_CredentialList * | existing_credentials |
Existing credentials. More... | |
char * | label |
Attribute label. More... | |
uint32_t | r_id |
request id More... | |
Handle for attribute deletion request.
Definition at line 245 of file gnunet-service-reclaim.c.
struct AttributeDeleteHandle* AttributeDeleteHandle::next |
DLL.
Definition at line 250 of file gnunet-service-reclaim.c.
struct AttributeDeleteHandle* AttributeDeleteHandle::prev |
DLL.
Definition at line 255 of file gnunet-service-reclaim.c.
struct IdpClient* AttributeDeleteHandle::client |
Client connection.
Definition at line 260 of file gnunet-service-reclaim.c.
Referenced by handle_attribute_delete_message(), handle_credential_delete_message(), and send_delete_response().
struct GNUNET_CRYPTO_PrivateKey AttributeDeleteHandle::identity |
Identity.
Definition at line 265 of file gnunet-service-reclaim.c.
Referenced by handle_attribute_delete_message(), handle_credential_delete_message(), purge_attributes(), start_consistency_update(), and update_tickets().
struct GNUNET_NAMESTORE_QueueEntry* AttributeDeleteHandle::ns_qe |
Definition at line 271 of file gnunet-service-reclaim.c.
Referenced by attr_delete_cont(), cleanup_adh(), cred_delete_cont(), handle_attribute_delete_message(), handle_credential_delete_message(), offending_attr_delete_cont(), purge_attributes(), ticket_updated(), and update_tickets().
struct GNUNET_NAMESTORE_ZoneIterator* AttributeDeleteHandle::ns_it |
Definition at line 276 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), consistency_iter(), consistency_iter_err(), consistency_iter_fin(), and start_consistency_update().
struct GNUNET_RECLAIM_Attribute* AttributeDeleteHandle::claim |
The attribute to delete.
Definition at line 281 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), handle_attribute_delete_message(), and handle_credential_delete_message().
struct GNUNET_RECLAIM_Credential* AttributeDeleteHandle::credential |
The credential to delete.
Definition at line 286 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), handle_attribute_delete_message(), and handle_credential_delete_message().
struct TicketRecordsEntry* AttributeDeleteHandle::tickets_to_update_head |
Tickets to update.
Definition at line 291 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), consistency_iter(), and update_tickets().
struct TicketRecordsEntry* AttributeDeleteHandle::tickets_to_update_tail |
Tickets to update.
Definition at line 296 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), consistency_iter(), and update_tickets().
struct GNUNET_RECLAIM_AttributeList* AttributeDeleteHandle::existing_attributes |
Existing attributes.
Definition at line 301 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), consistency_iter(), purge_attributes(), start_consistency_update(), and update_tickets().
struct GNUNET_RECLAIM_CredentialList* AttributeDeleteHandle::existing_credentials |
Existing credentials.
Definition at line 306 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), consistency_iter(), purge_attributes(), start_consistency_update(), and update_tickets().
char* AttributeDeleteHandle::label |
Attribute label.
Definition at line 311 of file gnunet-service-reclaim.c.
Referenced by attr_delete_cont(), cleanup_adh(), cred_delete_cont(), handle_attribute_delete_message(), handle_credential_delete_message(), and offending_attr_delete_cont().
uint32_t AttributeDeleteHandle::r_id |
request id
Definition at line 316 of file gnunet-service-reclaim.c.
Referenced by handle_attribute_delete_message(), handle_credential_delete_message(), and send_delete_response().