GNUnet 0.21.0
gnunet_datacache_plugin.h File Reference

API for database backends for the datacache. More...

Include dependency graph for gnunet_datacache_plugin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GNUNET_DATACACHE_PluginEnvironment
 The datastore service will pass a pointer to a struct of this type as the first and only argument to the entry point of each datastore plugin. More...
 
struct  GNUNET_DATACACHE_PluginFunctions
 struct returned by the initialization function of the plugin More...
 

Typedefs

typedef void(* GNUNET_DATACACHE_DeleteNotifyCallback) (void *cls, const struct GNUNET_HashCode *key, size_t size)
 Function called by plugins to notify the datacache about content deletions. More...
 

Detailed Description

API for database backends for the datacache.

Definition in file gnunet_datacache_plugin.h.