#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/messenger/messenger_api_contact.h>
Data Fields | |
char * | name |
size_t | rc |
size_t | id |
struct GNUNET_CRYPTO_PublicKey | public_key |
Definition at line 31 of file messenger_api_contact.h.
char* GNUNET_MESSENGER_Contact::name |
Definition at line 33 of file messenger_api_contact.h.
Referenced by create_contact(), destroy_contact(), get_contact_name(), and set_contact_name().
size_t GNUNET_MESSENGER_Contact::rc |
Definition at line 34 of file messenger_api_contact.h.
Referenced by create_contact(), decrease_contact_rc(), GNUNET_MESSENGER_find_rooms(), and increase_contact_rc().
size_t GNUNET_MESSENGER_Contact::id |
Definition at line 35 of file messenger_api_contact.h.
Referenced by create_contact(), and get_contact_id().
struct GNUNET_CRYPTO_PublicKey GNUNET_MESSENGER_Contact::public_key |
Definition at line 37 of file messenger_api_contact.h.
Referenced by create_contact(), get_contact_key(), and update_store_contact().