GNUnet 0.21.1
Name Cache service plugin API

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

Collaboration diagram for Name Cache service plugin API:

Data Structures

struct  GNUNET_NAMECACHE_PluginFunctions
 struct returned by the initialization function of the plugin More...
 

Typedefs

typedef void(* GNUNET_NAMECACHE_BlockCallback) (void *cls, const struct GNUNET_GNSRECORD_Block *block)
 Function called for matching blocks. More...
 

Detailed Description

Plugin API for the namecache database backend.

See also
Documentation

Typedef Documentation

◆ GNUNET_NAMECACHE_BlockCallback

typedef void(* GNUNET_NAMECACHE_BlockCallback) (void *cls, const struct GNUNET_GNSRECORD_Block *block)

Function called for matching blocks.

Parameters
clsclosure
blocklookup result

Definition at line 60 of file gnunet_namecache_plugin.h.