A list of GNUNET_RECLAIM_Credential structures. More...
#include <gnunet_reclaim_lib.h>
Data Fields | |
struct GNUNET_RECLAIM_CredentialListEntry * | list_head |
List head. More... | |
struct GNUNET_RECLAIM_CredentialListEntry * | list_tail |
List tail. More... | |
A list of GNUNET_RECLAIM_Credential structures.
Definition at line 265 of file gnunet_reclaim_lib.h.
struct GNUNET_RECLAIM_CredentialListEntry* GNUNET_RECLAIM_CredentialList::list_head |
List head.
Definition at line 270 of file gnunet_reclaim_lib.h.
Referenced by consistency_iter(), GNUNET_RECLAIM_credential_list_deserialize(), GNUNET_RECLAIM_credential_list_destroy(), GNUNET_RECLAIM_credential_list_dup(), GNUNET_RECLAIM_credential_list_serialize(), GNUNET_RECLAIM_credential_list_serialize_get_size(), purge_attributes(), and update_tickets().
struct GNUNET_RECLAIM_CredentialListEntry* GNUNET_RECLAIM_CredentialList::list_tail |
List tail.
Definition at line 275 of file gnunet_reclaim_lib.h.
Referenced by consistency_iter(), and GNUNET_RECLAIM_credential_list_deserialize().