GNUnet 0.21.1
datastore.h File Reference

structs for communication between datastore service and API More...

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

Go to the source code of this file.

Data Structures

struct  ReserveMessage
 Message from datastore service informing client about the current size of the datastore. More...
 
struct  StatusMessage
 Message from datastore service informing client about the success or failure of a requested operation. More...
 
struct  ReleaseReserveMessage
 Message from datastore client informing service that the remainder of the reserved bytes can now be released for other requests. More...
 
struct  GetKeyMessage
 Message to the datastore service asking about specific content. More...
 
struct  GetMessage
 Message to the datastore service asking about specific content. More...
 
struct  GetZeroAnonymityMessage
 Message to the datastore service asking about zero anonymity content. More...
 
struct  DataMessage
 Message transmitting content from or to the datastore service. More...
 

Detailed Description

structs for communication between datastore service and API

Author
Christian Grothoff

Definition in file datastore.h.