Message from client to GNS service to lookup records.
Used from service to client as a result to the GET_DEFAULT message, used from client to service to SE...
Client requests renaming of an identity.
struct GNUNET_IDENTITY_PublicKey pub
The identity key pair.
A private key for an identity as per LSD0001.
char * name
Current name associated with this ego.
#define GNUNET_NETWORK_STRUCT_BEGIN
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32.
Client requests creation of an identity.
struct GNUNET_IDENTITY_PrivateKey pk
The identity key pair.
struct GNUNET_HashCode id
Hash of the private key of this ego.
Client requests deletion of an identity.
void * ctx
Client context associated with this ego.
#define GNUNET_NETWORK_STRUCT_END
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32;.
An identity key as per LSD0001.
#define GNUNET_PACKED
gcc-ism to get packed structs.
bool pub_initialized
Set to true once pub was initialized.
Client requests knowledge about default identity for a subsystem from identity service.
commonly used definitions; globals in this file are exempt from the rule that the module name ("commo...
static unsigned long long reserved
How much space have we currently reserved?
Answer from service to client about last operation; GET_DEFAULT maybe answered with this message on f...
Service informs client about status of a pseudonym.