GNUnet 0.21.0
identity.h File Reference

Common type definitions for the identity service and API. More...

#include "gnunet_common.h"
Include dependency graph for identity.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GNUNET_IDENTITY_Ego
 Handle for an ego. More...
 
struct  ResultCodeMessage
 Answer from service to client about last operation; GET_DEFAULT maybe answered with this message on failure; CREATE and RENAME will always be answered with this message. More...
 
struct  LookupMessage
 Message from client to GNS service to lookup records. More...
 
struct  UpdateMessage
 Service informs client about status of a pseudonym. More...
 
struct  CreateRequestMessage
 Client requests creation of an identity. More...
 
struct  RenameMessage
 Client requests renaming of an identity. More...
 
struct  DeleteMessage
 Client requests deletion of an identity. More...
 

Detailed Description

Common type definitions for the identity service and API.

Author
Christian Grothoff

Definition in file identity.h.