Plugin API for the peerstore database backend. More...
Go to the source code of this file.
Data Structures | |
struct | GNUNET_PEERSTORE_PluginFunctions |
struct returned by the initialization function of the plugin More... | |
Typedefs | |
typedef void(* | GNUNET_PEERSTORE_PluginProcessor) (void *cls, uint64_t seq, const struct GNUNET_PEERSTORE_Record *record, const char *emsg) |
Function called by PEERSTORE for each matching record. More... | |
Plugin API for the peerstore database backend.
Definition in file gnunet_peerstore_plugin.h.