Information we keep about each ego. More...
Data Fields | |
struct Ego * | next |
We keep egos in a DLL. More... | |
struct Ego * | prev |
We keep egos in a DLL. More... | |
struct GNUNET_CRYPTO_PrivateKey | pk |
Private key of the ego. More... | |
char * | identifier |
String identifier for the ego. More... | |
Information we keep about each ego.
Definition at line 43 of file gnunet-service-identity.c.
struct Ego* Ego::next |
We keep egos in a DLL.
Definition at line 48 of file gnunet-service-identity.c.
Referenced by handle_create_message(), handle_delete_message(), handle_lookup_by_suffix_message(), handle_lookup_message(), handle_rename_message(), and handle_start_message().
struct Ego* Ego::prev |
We keep egos in a DLL.
Definition at line 53 of file gnunet-service-identity.c.
struct GNUNET_CRYPTO_PrivateKey Ego::pk |
Private key of the ego.
Definition at line 58 of file gnunet-service-identity.c.
Referenced by create_update_message(), handle_create_message(), notify_listeners(), and process_ego_file().
char* Ego::identifier |
String identifier for the ego.
Definition at line 63 of file gnunet-service-identity.c.
Referenced by create_update_message(), get_ego_filename(), handle_create_message(), handle_delete_message(), handle_lookup_by_suffix_message(), handle_lookup_message(), handle_rename_message(), notify_listeners(), process_ego_file(), and shutdown_task().