#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/messenger/messenger_api_contact.h>
Data Fields | |
char * | name |
size_t | rc |
struct GNUNET_IDENTITY_PublicKey | public_key |
Definition at line 33 of file messenger_api_contact.h.
char* GNUNET_MESSENGER_Contact::name |
Definition at line 35 of file messenger_api_contact.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), create_contact(), destroy_contact(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), get_contact_name(), and set_contact_name().
size_t GNUNET_MESSENGER_Contact::rc |
Definition at line 36 of file messenger_api_contact.h.
Referenced by create_contact(), decrease_contact_rc(), GNUNET_MESSENGER_find_rooms(), and increase_contact_rc().
struct GNUNET_IDENTITY_PublicKey GNUNET_MESSENGER_Contact::public_key |
Definition at line 36 of file messenger_api_contact.h.
Referenced by create_contact(), get_contact_key(), and update_store_contact().