structs for communication between datastore service and API More...
#include "gnunet_util_lib.h"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... | |
structs for communication between datastore service and API
Definition in file datastore.h.