GNUnet 0.21.1
Ego Struct Reference

Information we keep about each ego. More...

Collaboration diagram for Ego:
[legend]

Data Fields

struct Egonext
 We keep egos in a DLL. More...
 
struct Egoprev
 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...
 

Detailed Description

Information we keep about each ego.

Definition at line 45 of file gnunet-service-identity.c.

Field Documentation

◆ next

◆ prev

struct Ego* Ego::prev

We keep egos in a DLL.

Definition at line 55 of file gnunet-service-identity.c.

◆ pk

struct GNUNET_CRYPTO_PrivateKey Ego::pk

Private key of the ego.

Definition at line 60 of file gnunet-service-identity.c.

Referenced by create_update_message(), handle_create_message(), notify_listeners(), and process_ego_file().

◆ identifier


The documentation for this struct was generated from the following file: