Handle for attribute store request. More...
Data Fields | |
struct AttributeStoreHandle * | next |
DLL. More... | |
struct AttributeStoreHandle * | prev |
DLL. More... | |
struct IdpClient * | client |
Client connection. More... | |
struct GNUNET_CRYPTO_PrivateKey | identity |
Identity. More... | |
struct GNUNET_CRYPTO_PublicKey | identity_pkey |
Identity pubkey. More... | |
struct GNUNET_NAMESTORE_QueueEntry * | ns_qe |
QueueEntry. More... | |
struct GNUNET_RECLAIM_Attribute * | claim |
The attribute to store. More... | |
struct GNUNET_RECLAIM_Credential * | credential |
The credential to store. More... | |
struct GNUNET_TIME_Relative | exp |
The attribute expiration interval. More... | |
uint32_t | r_id |
request id More... | |
Handle for attribute store request.
Definition at line 323 of file gnunet-service-reclaim.c.
struct AttributeStoreHandle* AttributeStoreHandle::next |
DLL.
Definition at line 328 of file gnunet-service-reclaim.c.
struct AttributeStoreHandle* AttributeStoreHandle::prev |
DLL.
Definition at line 333 of file gnunet-service-reclaim.c.
struct IdpClient* AttributeStoreHandle::client |
Client connection.
Definition at line 338 of file gnunet-service-reclaim.c.
Referenced by attr_store_cont(), cred_store_cont(), handle_attribute_store_message(), and handle_credential_store_message().
struct GNUNET_CRYPTO_PrivateKey AttributeStoreHandle::identity |
Identity.
Definition at line 343 of file gnunet-service-reclaim.c.
Referenced by attr_store_task(), cred_add_cb(), cred_store_task(), handle_attribute_store_message(), and handle_credential_store_message().
struct GNUNET_CRYPTO_PublicKey AttributeStoreHandle::identity_pkey |
Identity pubkey.
Definition at line 348 of file gnunet-service-reclaim.c.
Referenced by handle_attribute_store_message(), and handle_credential_store_message().
struct GNUNET_NAMESTORE_QueueEntry* AttributeStoreHandle::ns_qe |
Definition at line 353 of file gnunet-service-reclaim.c.
Referenced by attr_store_cont(), attr_store_task(), cleanup_as_handle(), cred_add_cb(), cred_store_cont(), and cred_store_task().
struct GNUNET_RECLAIM_Attribute* AttributeStoreHandle::claim |
The attribute to store.
Definition at line 358 of file gnunet-service-reclaim.c.
Referenced by attr_store_task(), cleanup_as_handle(), and handle_attribute_store_message().
struct GNUNET_RECLAIM_Credential* AttributeStoreHandle::credential |
The credential to store.
Definition at line 363 of file gnunet-service-reclaim.c.
Referenced by cleanup_as_handle(), cred_add_cb(), cred_store_task(), and handle_credential_store_message().
struct GNUNET_TIME_Relative AttributeStoreHandle::exp |
The attribute expiration interval.
Definition at line 368 of file gnunet-service-reclaim.c.
Referenced by attr_store_task(), cred_add_cb(), handle_attribute_store_message(), and handle_credential_store_message().
uint32_t AttributeStoreHandle::r_id |
request id
Definition at line 373 of file gnunet-service-reclaim.c.
Referenced by attr_store_cont(), cred_store_cont(), handle_attribute_store_message(), and handle_credential_store_message().