Plugin API for the peerstore database backend. More...
| 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. | |
Plugin API for the peerstore database backend.
| 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.
| cls | closure | 
| seq | sequence in iteration | 
| record | peerstore record information | 
| emsg | error message, or NULL if no errors | 
Definition at line 57 of file gnunet_peerstore_plugin.h.