GNUnet 0.21.1
gnunet_peerstore_plugin.h File Reference

Plugin API for the peerstore database backend. More...

Include dependency graph for gnunet_peerstore_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_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...
 

Detailed Description

Plugin API for the peerstore database backend.

Definition in file gnunet_peerstore_plugin.h.