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 246 of file gnunet-service-reclaim.c.
struct AttributeDeleteHandle* AttributeDeleteHandle::next |
DLL.
Definition at line 251 of file gnunet-service-reclaim.c.
struct AttributeDeleteHandle* AttributeDeleteHandle::prev |
DLL.
Definition at line 256 of file gnunet-service-reclaim.c.
struct IdpClient* AttributeDeleteHandle::client |
Client connection.
Definition at line 261 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 266 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 272 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 277 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 282 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 287 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 292 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 297 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 302 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 307 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 312 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 317 of file gnunet-service-reclaim.c.
Referenced by handle_attribute_delete_message(), handle_credential_delete_message(), and send_delete_response().